flutter_easy_refresh

A flutter widget that provides pull-down refresh and pull-up load.

MIT License

Stars
3.9K
Committers
15

Bot releases are hidden (Show)

flutter_easy_refresh - v3.0.1

Published by xuelongqy over 2 years ago

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.

flutter_easy_refresh - v3.0.0

Published by xuelongqy over 2 years ago

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.
flutter_easy_refresh - v2.2.1

Published by xuelongqy over 3 years ago

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

flutter_easy_refresh - v2.2.0

Published by xuelongqy over 3 years ago

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

flutter_easy_refresh - v2.1.8

Published by xuelongqy almost 4 years ago

Fix: loading does not disappear issues#382

flutter_easy_refresh - v2.1.7

Published by xuelongqy almost 4 years ago

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

flutter_easy_refresh - v2.1.6

Published by xuelongqy about 4 years ago

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

flutter_easy_refresh - v2.1.5

Published by xuelongqy about 4 years ago

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

flutter_easy_refresh - v2.1.4

Published by xuelongqy about 4 years ago

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

flutter_easy_refresh - v2.1.2

Published by xuelongqy about 4 years ago

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

flutter_easy_refresh - v2.1.1

Published by xuelongqy over 4 years ago

Fix: BezierCircleHeader progress bar is occasionally not hidden
Update: TaurusHeader add backgroundColor parameter issues#269
Add: key and EasyRefresh.custom listKey issues#273

flutter_easy_refresh - v2.1.0

Published by xuelongqy over 4 years ago

Fix: After using firstRefreshWidget, pull down refresh does not take effect issues#250,issues#256

flutter_easy_refresh - v2.0.9

Published by xuelongqy over 4 years ago

Fix: EmptyView size does not change after ScrollView size changes issues#241
Fix: Animation throws exception when dispose issues#233
Fix: Flare animation throws exception issues#245
Add: Header and Footer display independently
Fix: When the list is empty, infinite loading has no effect

flutter_easy_refresh - v2.0.7

Published by xuelongqy almost 5 years ago

Fixed: Type error after setting text in classic style issues#217

flutter_easy_refresh - v2.0.6

Published by xuelongqy almost 5 years ago

Support: Flutter v1.12 and above
Add: Globalization
Fix: success setting to false in case of infinite loading

flutter_easy_refresh - v2.0.5

Published by xuelongqy almost 5 years ago

Fix: 5 ball cross-border issues#156
Fix: The background color of the ball pulse does not take effect pull#202
Fix: MaterialHeader, animation error after dispose issues#199
Add: Notifier Header and Footer issues#177,issues#186
Add: Custom style support gesture issues#207
Fix: List height is not greater than indicator height, Footer reverse issues#160

flutter_easy_refresh - v2.0.4

Published by xuelongqy about 5 years ago

Fix: No delay using setState error
Fix: When the dwell height and the trigger height are the same, the pullback height is fixed issues#149
Fix: Trigger refresh bounce

flutter_easy_refresh - v2.0.3

Published by xuelongqy about 5 years ago

Fix: Quick rebound after list refresh or load issues#130
Fix: ClassicalFooter set bgColor is invalid issues#138
Fix: success is not reset when reset state
Fix: When onRefresh is null, empty attempt to report error issues#140
Fix: When no more, the icon still loading issues # 137, issues # 142

flutter_easy_refresh - v2.0.2

Published by xuelongqy about 5 years ago

Optimization: Trigger refresh and load
Optimization: Infinite load trigger
Support: Child is SingleChildScrollView type

flutter_easy_refresh - v2.0.1

Published by xuelongqy about 5 years ago

Fix: RefreshCallback naming conflict issue issues#120
Modify: Some styles have no more status
Fix: Height is 0 after infinite loading is completed issues#123,issues#121

Package Rankings
Top 2.01% on Pub.dev
Badges
Extracted from project README
License Platform Flutter Pub
Related Projects