release_to_trigger 1.0.3
release_to_trigger: ^1.0.3 copied to clipboard
A powerful Flutter widget for capturing swipe gestures and triggering custom actions. Perfect for pull-to-refresh, pull-to-reveal, and interactive UI controls with customizable progress indicators, an [...]
Use this package as a library
Depend on it
Run this command:
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 flutter pub get
):
dependencies:
release_to_trigger: ^1.0.3
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:release_to_trigger/release_to_trigger.dart';