Releases: peng8350/flutter_pulltorefresh
Releases · peng8350/flutter_pulltorefresh
V1.4.5
-
Remake FrontStyle implements principle,Make it close to the first three styles,Fix some small problems also:
1.when tap StatusBar,it will trigger refresh instead of scroll to top
2.It seems odd to set aside 100 heights in front of scrollOffset for FrontStyle
3.When hideWhenNotFull = false, dragging to pull down will cause loading together -
Remake RefreshPhysics,Simpify code,child support physics setting now.
-
ClassicIndicator default refreshingIcon:in iOS use ActivityIndicator,in Android use CircularProgressIndicator
V1.4.4
- Fix Bug:Multiples ScrollPositions shared one ScrollController,when calling controller.requestRefresh cause refresh together( such as keepAlive Widget )
- When the user Dragging ScrollView(pull up), disable make it change to loading state
- Add one new LoadStatus:failed(provide click to retry loading)
- Fix some defaultIcon:noMoreIcon default Invisible
V1.4.3
V1.4.2
V1.4.1
- Remove isNestedWrapped(deprecated from 1.3.8)
- Add headerInsertIndex attr in SmartRefresher
- Rename IndicatorConfiguration to RefreshConfiguration
- Move some attr from Indicator to RefreshConfiguration:offset,skipCanRefresh,triggerDistance,autoLoad,hideWhenNotFull
- Add decoration for classicIndicator(both header and footer)
- Add Fade effect for WaterDropHeader when dismiss
- Simplify reverse operation,Add MaterialClassicHeader,WaterDropMaterialHeader reverse feature
V1.3.9
- Avoid inner inject padding by buildSlivers in child(ListView,GridView)
- Add initialRefresh in RefreshController(when you need to requestRefresh in initState)
- Fix exception RefreshBouncingPhysics velocity value
- Add IndicatorConfiguration for build indicator for subtrees SmartRefresher
- Add SkipCanRefresh,CompleteDuration attr in header
- Fix trigger more times loading when no data come in and too fast loadComplete
- remove center,anchor in CustomScrollView to Compatible with old versions
V1.3.8
V1.3.7
- Adding an asSlivers constructor can be inserted into slivers as a Sliver
- Fix FrontStyle cannot support dynamic change enablePullDown
- Fix FrontStyle cannot enter refresh state when init
- Optimize indicator internal code to avoid locking widgets
- Fix iOS click status cannot roll back without ScrollController in child
- Fix one ignored situation after finish refresh -> completed(not in visual range)