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