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

outdated

SeeSo SDK is a 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.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: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';
10
likes
0
points
22
downloads

Publisher

verified publisherseeso.io

Weekly Downloads

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

Homepage

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, permission_handler, plugin_platform_interface

More

Packages that depend on seeso_flutter

Packages that implement seeso_flutter