Flutter Easyrefresh Versions Save

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

3.3.5+1

2 weeks ago
  • fix: Indicator properties cannot be updated #818.

3.3.5

3 weeks ago
  • fix: Material style performance optimization #814.
  • fix: Issue during build when IndicatorStateListenable rebinds IndicatorNotifier #607.

3.3.4

4 months ago
  • fix: EasyPaging.itemBuilder type inference #762.
  • fix: Event notification after dispose #726.
  • fix: Using refreshOnStart, onRefresh may not be triggered #789.
  • fix: Using refreshOnStart, scrolling to the bottom when the Header is visible cannot trigger loading #787.

3.3.3+1

4 months ago
  • fix: All styles are lost.

3.3.3

4 months ago
  • fix: When start on refresh, interrupted by loading #785.
  • feat: Use Flutter default scroll bar #775.

3.3.2+1

11 months ago

fix: Compatible with versions below Flutter3.10 #722.

3.3.2

11 months ago
  • fix: BezierIndicator.spinBuilder doesn't work.
  • feat: Add BezierIndicator.spinInCenter.
  • feat: Add BezierIndicator.onlySpin #689.
  • feat: Add support for ScrollPhysics.toleranceFor.
  • feat: After failure, continue to scroll to trigger the task #718.
  • feat: [EasyRefresh] noMoreRefresh -> canRefreshAfterNoMore, noMoreLoad -> canRefreshAfterLoad
  • fix: Use canRefreshAfterNoMore or canRefreshAfterLoad, abnormal NoMore status.
  • feat: EasyRefreshController.finishRefresh and EasyRefreshController.finishLoad add force parameter.
  • feat: Add EasyRefresh.triggerAxis, specifies the direction of the trigger.

3.3.1+2

1 year ago
  • fix: Secondary click event hit area #688, Thanks notbucai for PR#714.

3.3.1+1

1 year ago
  • fix: Increase the priority of ClassicIndicator.pullIconBuilder #674.
  • fix: fit parameter is invalid #708.

3.3.1

1 year ago
  • fix: Avoid an endless loop caused by multiple ListViews nested, Thanks LinXunFeng for PR#681.
  • fix: FooterNotifier.callTask use callRefreshOverOffset, Thanks AWarmHug for PR#680.
  • fix: NestedScrollView resize error #666.