flutter_refresh_indicator 1.2.3
flutter_refresh_indicator: ^1.2.3 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
edgeOffsetoption to ClampingRefreshIndicator for customizing the top inset. -
Renamed
maxDragPercenttomaxDragDistanceand changed its unit from percentage to pixels in ClampingRefreshIndicator.
1.0.4 #
- Fixed an issue where unnecessary animations were triggered during PointerUp in ClampingRefreshIndicator.
1.1.0 ~ 1.1.1 #
-
Updated to support flutter_appbar version 1.5.0, which added the NestedScrollConnectionPropagation.directional option.
-
Fixed an issue by adding handling for Pointer Cancel events to prevent bugs where the indicator would freeze when gestures are canceled midway.
1.2.0 #
-
Removed the
RefreshIndicatorStyleclass and added support for customizing indicators directly throughClampingRefreshIndicatorBuilderandBouncingRefreshIndicatorBuilder. -
Renamed the
GlobalListenerclass toRefreshIndicatorListener. -
Changed the default indicator in the
BouncingRefreshIndicatorwidget toCupertinoActivityIndicator.
1.2.1 #
- Bumped the minimum version of the flutter_appbar dependency to 1.7.0.
1.2.2 #
- Lowered the default value of displacement in
BouncingRefreshIndicatorfrom 150 to 120.
1.2.3 #
- Updated ClampingRefreshIndicator widget to use NestedScrollControllerScope instead of PrimaryScrollController