liquid_pull_to_refresh 3.0.1 liquid_pull_to_refresh: ^3.0.1 copied to clipboard
A beautiful and custom refresh indicator with some cool animations and transitions for flutter.
3.0.1 #
- Fixed Deprecated Methods that are no longer used.
- General code cleanup.
3.0.0 #
- Added Null Safety to the package.
2.0.0 #
Breaking Changes
- Now Liquid Pull to Refresh supports any Widget as its
child
widget. - Removed
notificationPredicate
andscrollController
parameters.
Enhancements
- New parameter --
animSpeedFactor
-- Controls the speed of the animation after refresh. Used to fasten the ending animation. #33
Issues Fixed
1.2.0 #
- Now Liquid Pull to Refresh supports any Widget as its
child
widget.
1.1.2 #
- Minor bug fixes.
1.1.1
- Fixed the DiagnosticsNode error with error reporting that occurs with newer versions of Flutter.
1.1.0 #
- Added new parameter scrollController that can be added to control the
ScrollView
child.
1.0.2 #
1.0.1 #
- Fixed dart analysis issue.
1.0.0 #
- Initial Release.