swipedetector 1.2.0 copy "swipedetector: ^1.2.0" to clipboard
swipedetector: ^1.2.0 copied to clipboard

A Flutter package to detect up, down, left, right swipes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swipedetector

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

dependencies:
  swipedetector: ^1.2.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:swipedetector/swipedetector.dart';
68
likes
10
pub points
89%
popularity

Publisher

unverified uploader

A Flutter package to detect up, down, left, right swipes.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on swipedetector