flutter_gesture_unlock 1.0.6 copy "flutter_gesture_unlock: ^1.0.6" to clipboard
flutter_gesture_unlock: ^1.0.6 copied to clipboard

A gesture unlock package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_gesture_unlock

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

dependencies:
  flutter_gesture_unlock: ^1.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:flutter_gesture_unlock/gesture_unlock_indicator.dart';
import 'package:flutter_gesture_unlock/gesture_unlock_view.dart';
import 'package:flutter_gesture_unlock/unlock_line_painter.dart';
import 'package:flutter_gesture_unlock/unlock_point.dart';
import 'package:flutter_gesture_unlock/unlock_point_painter.dart';
2
likes
20
pub points
32%
popularity

Publisher

unverified uploader

A gesture unlock package.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_gesture_unlock