- Fixed Deprecated Methods that are no longer used.
- General code cleanup.
- Added Null Safety to the package.
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
- Refresh indicator overlays on list view. #46
- Cannot trigger refresh programmatically using the global key. The method 'show' was called on null. #37
- Now Liquid Pull to Refresh supports any Widget as its
child
widget.
- Minor bug fixes.
1.1.1
- Fixed the DiagnosticsNode error with error reporting that occurs with newer versions of Flutter.
- Added new parameter scrollController that can be added to control the
ScrollView
child.
- Fixed dart analysis issue.
- Initial Release.