eye_tracking_plus 0.1.1 copy "eye_tracking_plus: ^0.1.1" to clipboard
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_plus

This 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.1

Alternatively, 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';
0
likes
140
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter eye tracking (Web/iOS/Android) with sub-degree accuracy and Web-only attention-aware confidence.

Homepage
Repository (GitHub)
View/report issues

Topics

#eye-tracking #computer-vision #gaze-tracking #proctoring #anti-cheating

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on eye_tracking_plus

Packages that implement eye_tracking_plus