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

A highly customizable Flutter package that triggers an action when the user pulls down from the top or pulls up from the bottom of the screen and releases it. Similar to Instagram's 'Swipe Up' functio [...]

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

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';
11
likes
0
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable Flutter package that triggers an action when the user pulls down from the top or pulls up from the bottom of the screen and releases it. Similar to Instagram's 'Swipe Up' functionality, this package allows developers to customize the pull threshold, progress indicator, colors, and trigger text. Ideal for implementing features like 'pull to refresh' or 'load more' actions.

Repository (GitHub)
View/report issues

Topics

#trigger #action #pull #release #release-to-trigger

License

unknown (license)

Dependencies

flutter

More

Packages that depend on release_to_trigger