pullup 1.0.3 copy "pullup: ^1.0.3" to clipboard
pullup: ^1.0.3 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.3 #

  • Updated ReadMe.

1.0.2 #

  • Added optional ScrollController support for PullUpRefresh and SliverPullUpRefresh widgets.
  • Added detailed inline comments across all widgets and platform indicator files.
  • Improved API consistency by unifying animation property usage in PlatformIndicator.
  • Minor code cleanups and documentation improvements.

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
160
points
156
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on pullup

Packages that implement pullup