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

outdatedDart 1 only

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: ^0.0.5

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