gesture_recognition_v2 0.0.6 copy "gesture_recognition_v2: ^0.0.6" to clipboard
gesture_recognition_v2: ^0.0.6 copied to clipboard

A gesture recognition verification lock. A total of nine points, slide to connect different points and return an array of numbers.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gesture_recognition_v2

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

dependencies:
  gesture_recognition_v2: ^0.0.6

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:gesture_recognition_v2/gesture_view.dart';
import 'package:gesture_recognition_v2/line_view.dart';
import 'package:gesture_recognition_v2/point.dart';
import 'package:gesture_recognition_v2/point_view.dart';
3
likes
120
pub points
43%
popularity

Publisher

unverified uploader

A gesture recognition verification lock. A total of nine points, slide to connect different points and return an array of numbers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on gesture_recognition_v2