eye_tracking 0.1.0 copy "eye_tracking: ^0.1.0" to clipboard
eye_tracking: ^0.1.0 copied to clipboard

A Flutter plugin for real-time eye tracking with sub-degree accuracy. Supports web, iOS, and Android platforms with calibration, gaze coordinates, eye state detection, and head pose estimation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add eye_tracking

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  eye_tracking: ^0.1.0

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/eye_tracking.dart';
4
likes
70
points
337
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for real-time eye tracking with sub-degree accuracy. Supports web, iOS, and Android platforms with calibration, gaze coordinates, eye state detection, and head pose estimation.

Homepage
Repository (GitHub)
View/report issues

Topics

#eye-tracking #computer-vision #webgazer #gaze-tracking #accessibility

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js, plugin_platform_interface

More

Packages that depend on eye_tracking

Packages that implement eye_tracking