seeso_flutter 1.0.4
seeso_flutter: ^1.0.4 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.4
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';