release_to_trigger 1.0.3 copy "release_to_trigger: ^1.0.3" to clipboard
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';
18
likes
150
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

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, animations, and haptic feedback.

Repository (GitHub)
View/report issues

Topics

#pull-to-refresh #gesture-detection #interactive-ui #flutter-widgets #animations

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on release_to_trigger