Releases: peng8350/flutter_pulltorefresh
Releases · peng8350/flutter_pulltorefresh
V2.0.0
Breaking Changes:
- Remove onOffsetChange in SmartRefresher,autoLoad in RefreshConfiguration,scrollController in RefreshController
- add argument to onTwoLevel(callback when closed)
features
- migrate null-safety
- add needCallback in requestRefresh and requestLoading for avoiding the callback of onRefresh or onLoading
Bug fix
- In NestedScrollView+ClampingScrollPhysics(Android ScrollBehaviour),header can be seen when fling to top.
- unMounted widget used crash error when fast rebuild in requestRefresh
- fix sliverRefreshBody layoutSize instead of -0.001,it will crash error when viewportMainAxis=0
Other
- Add assert to avoid invalid usage
V1.6.5
V1.6.4-nullsafety.0
- add null safety
V1.5.0
Fix a Big Bug in FrontStyle:When overScroll(pixels <0.0),it shouldn't be disabled gesture
add shouldFollowContentWhenNotFull
add support to scrollable widget
Fix ignore reverse load more paintOrigin issue
change hideFooterWhenNotfull default value to false
update header default releaseIcon and footer idle default Icon
V1.6.4
V1.6.3
- fix bug:gesture disabled after refresh complete in an error refreshState
- fix problem:Footer hide back suddenly(this cause by the flutter breaking change)
- add vibrate option to enable vibrate when trigger onRefresh or onLoading
- fix SmartRefresher key in mutiple widgets
- add other languages
V1.6.2
V1.6.1
V1.6.0
V1.5.8
- fix breaking change crash error after flutter 1.13.6 upgrade
- add other language
- fix material header frequently setState slow down the performance
- fix bug:loadFinish throw error when dispose widget(short time to trigger)
- fix WaterDropMaterialHeader "color" invalid