gesture_recognition_v2 0.0.2 gesture_recognition_v2: ^0.0.2 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.2
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';