seeso_flutter 1.0.3 copy "seeso_flutter: ^1.0.3" to clipboard
seeso_flutter: ^1.0.3 copied to clipboard

SeeSo SDK is a Eye tracking library that calculates where the user is looking at on the screen in real time using RGB image from the camera.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add seeso_flutter

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

dependencies:
  seeso_flutter: ^1.0.3

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:seeso_flutter/camera_position.dart';
import 'package:seeso_flutter/event/calibration_info.dart';
import 'package:seeso_flutter/event/event_info.dart';
import 'package:seeso_flutter/event/face_info.dart';
import 'package:seeso_flutter/event/gaze_info.dart';
import 'package:seeso_flutter/event/status_info.dart';
import 'package:seeso_flutter/event/user_status_info.dart';
import 'package:seeso_flutter/one_euro_filter_manager.dart';
import 'package:seeso_flutter/seeso.dart';
import 'package:seeso_flutter/seeso_initialized_result.dart';
import 'package:seeso_flutter/seeso_method_channel.dart';
import 'package:seeso_flutter/seeso_platform_interface.dart';
import 'package:seeso_flutter/seeso_plugin_constants.dart';
8
likes
150
pub points
56%
popularity

Publisher

verified publisherseeso.io

SeeSo SDK is a Eye tracking library that calculates where the user is looking at on the screen in real time using RGB image from the camera.

Homepage

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on seeso_flutter