eye_tracking_plus 0.1.1
eye_tracking_plus: ^0.1.1 copied to clipboard
Flutter eye tracking (Web/iOS/Android) with sub-degree accuracy and Web-only attention-aware confidence.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add eye_tracking_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
eye_tracking_plus: ^0.1.1Alternatively, your editor might support 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_plus/eye_tracking.dart';
import 'package:eye_tracking_plus/eye_tracking_method_channel.dart';
import 'package:eye_tracking_plus/eye_tracking_platform_interface.dart';
import 'package:eye_tracking_plus/eye_tracking_web.dart';