pullup 1.0.3
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
ScrollControllersupport forPullUpRefreshandSliverPullUpRefreshwidgets. - Added detailed inline comments across all widgets and platform indicator files.
- Improved API consistency by unifying
animationproperty usage inPlatformIndicator. - 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
PullUpRefreshwidget to enable pull-up-to-refresh functionality for scrollable content. - Adds
SliverPullUpRefreshwidget 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
PullUpRefreshwith auto-pull and custom indicator. - Fully documented public API with
PullUpCallbacktypedef.