Skip to content

Releases: peng8350/flutter_pulltorefresh

V2.0.0

07 May 14:18
Compare
Choose a tag to compare

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

11 Apr 12:11
Compare
Choose a tag to compare
  • fix check full page logic.
  • fix crash "locking up a deactive widget is unsafe".

V1.6.4-nullsafety.0

19 Mar 10:49
f56715c
Compare
Choose a tag to compare
  • add null safety

V1.5.0

13 Jul 08:26
Compare
Choose a tag to compare

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

19 Jan 15:36
Compare
Choose a tag to compare
  • fix error crash by deprecated function removed
  • add extra ScrollView reference parameter

V1.6.3

17 Nov 08:29
Compare
Choose a tag to compare
  • 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

30 Sep 04:35
Compare
Choose a tag to compare
  • fix "_pendingDimenssion is not true" fatal error

V1.6.1

25 Jul 06:15
Compare
Choose a tag to compare
  • fix nestedSrollView requestRefresh error
  • fix NestedScrollView cast error
  • fix twice loading when no data return
  • reuse the state when update refreshController
  • add other language

V1.6.0

21 Jun 08:39
Compare
Choose a tag to compare
  • fix slow bounce back when load more too fast
  • fix footer renderError with reverse:true,behaviour return to 1.5.7
  • add check null in requestRefresh()
  • fix refreshText reverse error(ClassicHeader) when reverse:true

V1.5.8

13 Jan 06:04
Compare
Choose a tag to compare
  • 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