flutter_refresh_indicator 1.0.4
flutter_refresh_indicator: ^1.0.4 copied to clipboard
This package provides a refresh indicator widget that is far more flexible and native-like than the default Flutter one, built on top of flutter_appbar.
1.0.1 #
- Fixed an issue where the fade-out occurred even though the pull animation had not finished.
1.0.2 #
- Fixed a critical bug related to BouncingRefreshIndicator.
1.0.3 #
- Added
edgeOffset
option to ClampingRefreshIndicator for customizing the top inset. - Renamed
maxDragPercent
tomaxDragDistance
and changed its unit from percentage to pixels in ClampingRefreshIndicator.
1.0.4 #
- Fixed an issue where unnecessary animations were triggered during PointerUp in ClampingRefreshIndicator.