eye_tracking 0.0.1
eye_tracking: ^0.0.1 copied to clipboard
High-accuracy open-source eye tracking plugin for Flutter supporting web, iOS, and Android with calibration, real-time gaze tracking, and computer vision features.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add eye_trackingWith Flutter:
$ flutter pub add eye_trackingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
eye_tracking: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:eye_tracking/eye_tracking.dart';