release_to_trigger 0.0.6 release_to_trigger: ^0.0.6 copied to clipboard
release_to_trigger is a Flutter package for capturing vertical swipes and triggering actions, ideal for custom trigger actions like loading new content or activating specific app features.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add release_to_trigger
With Flutter:
$ flutter pub add release_to_trigger
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
release_to_trigger: ^0.0.6
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:release_to_trigger/release_to_trigger.dart';