Skip to content

Releases: xuelongqy/flutter_easy_refresh

v3.0.1

11 Jul 14:13
Compare
Choose a tag to compare

fix: Use notifyListeners after ChangeNotifier disposed. Thanks laiiihz for PR#555.
feat: ClassicHeader、ClassicFooter add IconThemeData. Thanks Lay523 for PR#562.
feat: ClassicIndicator add [progressIndicatorSize] and [progressIndicatorStrokeWidth].
feat: Add CupertinoIndicator.
fix: finishLoad asset #563.

v3.0.0

07 Jul 06:51
Compare
Choose a tag to compare

New version

Framework rewrite, stronger refresh widget.

  • Supports all scrollable widgets.
  • Physics scope, no longer limited to child types.
  • Adjustable scroll parameters, infinite possibilities for the indicator.
  • Safe area support.
  • Indicator position setting.

v2.2.1

12 Apr 09:22
Compare
Choose a tag to compare

修复:firstRefresh为true时,不设置firstRefreshWidget报错issues#457

v2.2.0

02 Apr 09:09
Compare
Choose a tag to compare

Add:iOS example supports Chinese
Add:null safety。If you don't need, please use a version 2.1.8 version.

v2.1.8

28 Dec 10:12
Compare
Choose a tag to compare

Fix: loading does not disappear issues#382

v2.1.7

08 Dec 03:54
Compare
Choose a tag to compare

Fix: taskNotifier reported an error when disposed issues#382
Fix: NestedScrollViewPage, TabBar list scrolling affects other lists pull#357

v2.1.6

12 Oct 07:35
Compare
Choose a tag to compare

Fix: refresh will not end issues#355
Remove: cupertino_icons dependency issues#373

v2.1.5

03 Aug 10:12
Compare
Choose a tag to compare

Fix:firstRefresh error issues#341
Add: safeArea and padding parameters of Footer issues#332

v2.1.4

29 Jul 14:19
Compare
Choose a tag to compare

Fix:When infinite loading, onLoad cannot be triggered if the list is not full yet issues#377

v2.1.2

29 Jul 07:32
Compare
Choose a tag to compare

Modify: emptyWidget is not displayed when customizing firstRefreshWidget
Remove: Internationalization support
Add: Header and Footer set rebound in case of infinite scroll (overScroll)
Fix: callRefresh in NestedScrollView collapsed issues#172
Fix:Header is not retracted, calling callRefresh again will not trigger refresh issues#313