pullup 1.0.1 copy "pullup: ^1.0.1" to clipboard
pullup: ^1.0.1 copied to clipboard

A Flutter plugin providing customizable pull-up-to-refresh and auto-loading functionality for scrollable widgets. Made By PT. Nicxon International Solutions

1.0.1 #

  • Updated PullUp plugin description in pubspec.yaml.

1.0.0 #

  • Initial release of the PullUp plugin for Flutter.
  • Adds PullUpRefresh widget to enable pull-up-to-refresh functionality for scrollable content.
  • Adds SliverPullUpRefresh widget to enable pull-up-to-refresh functionality for sliver-based scroll views (e.g., CustomScrollView).
  • Supports:
    • Manual pull-up refresh by user interaction.
    • Automatic periodic refresh (autoPull) with customizable duration.
    • Platform-specific loading indicators (Android: CircularProgressIndicator, iOS: CupertinoActivityIndicator).
    • Configurable indicator size, color, and slide distance.
  • Example app demonstrating usage of PullUpRefresh with auto-pull and custom indicator.
  • Fully documented public API with PullUpCallback typedef.
2
likes
0
points
9
downloads

Publisher

verified publishernicxonsolutions.com

Weekly Downloads

A Flutter plugin providing customizable pull-up-to-refresh and auto-loading functionality for scrollable widgets. Made By PT. Nicxon International Solutions

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on pullup

Packages that implement pullup