Releases: aagarwal1012/Liquid-Pull-To-Refresh
Releases ยท aagarwal1012/Liquid-Pull-To-Refresh
Release 3.0.1
What's Changed
- Null safety by @benja8151 in #54
- Moved away from the accent color and replaced with
colorScheme.secondary
by @RemcoSchrijver in #61 - Feat/Minor updates by @aagarwal1012 in #63
- Bump version to
v3.0.1
by @aagarwal1012 in #64
New Contributors
- @benja8151 made their first contribution in #54
- @RemcoSchrijver made their first contribution in #61
Full Changelog: v2.0.0...v3.0.1
๐ Bugs Resolved and Better Control
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 the 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
Credit - @AadumKhor
ScrollController
#6 merged to add ScrollController
attribute to control Scrollview
child.
Initial Release
v1.0.2 added pull request template