release_to_trigger 1.0.4 copy "release_to_trigger: ^1.0.4" to clipboard
release_to_trigger: ^1.0.4 copied to clipboard

Capture swipe gestures to trigger actions with customizable progress indicators, smooth animations, and haptic feedback. Great for pull-to-refresh UIs.

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.4

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';
16
likes
160
points
65
downloads

Publisher

unverified uploader

Weekly Downloads

Capture swipe gestures to trigger actions with customizable progress indicators, smooth animations, and haptic feedback. Great for pull-to-refresh UIs.

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