pullup 1.0.0
pullup: ^1.0.0 copied to clipboard
Made By PT. Nicxon International Solutions
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.