A Flutter Pull-Up-to-Refresh widget with platform-specific
indicators, manual pull, optional auto-refresh, and smooth bottom-slide
animation.
This package works opposite to the built-in RefreshIndicator and is perfect for chat apps or lists that need to refresh from bottom to top.
PullUp Features
- Manual pull-up refresh for
ListView,Column,SingleChildScrollView,CustomScrollView. - Sliver-compatible with
SliverPullUpRefresh. - Platform-specific indicator:
- Android →
CircularProgressIndicator - iOS →
CupertinoActivityIndicator
- Android →
- Optional automatic refresh (
autoPull) with configurable interval (pullDurationin ms). - Auto-pull pauses while the user is scrolling or interacting.
- Smooth sliding animation for the indicator (
slideDistance). - Cross-platform: iOS, Android, Web, Linux, Windows.
- Customizable indicator size and color.
- Configurable trigger distance.
- Last updated 14 hours ago
Be the first to leave a comment.
You must login to leave a comment