Skip to content

Releases: xuelongqy/flutter_easy_refresh

3.4.0

14 May 02:17
Compare
Choose a tag to compare
  • breaking: Flutter >=3.7.0, dart >=2.19.0. Remove some unnecessary compatibility, please update the Flutter version in time, or use the previous version.
  • fix: Scroll bar adaptation for unknown platforms #825.
  • feat: Add BoxDecoration to ClassicHeader and ClassicFooter, Thanks GiampaoloGabba for PR#822.
  • fix: Compatible with Flutter3.22.0.

3.3.5+1

24 Apr 06:22
Compare
Choose a tag to compare
  • fix: Indicator properties cannot be updated #818.

3.3.5

19 Apr 06:27
Compare
Choose a tag to compare
  • fix: Material style performance optimization #814.
  • fix: Issue during build when IndicatorStateListenable rebinds IndicatorNotifier #607.

3.3.4

29 Dec 09:39
Compare
Choose a tag to compare
  • 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

13 Dec 09:46
Compare
Choose a tag to compare
  • fix: All styles are lost.

3.3.3

13 Dec 09:23
Compare
Choose a tag to compare
  • fix: When start on refresh, interrupted by loading #785.
  • feat: Use Flutter default scroll bar #775.

3.3.2+1

18 May 04:05
Compare
Choose a tag to compare

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

3.3.2

18 May 02:31
Compare
Choose a tag to compare
  • 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

27 Apr 07:21
Compare
Choose a tag to compare
  • fix: Secondary click event hit area #688, Thanks notbucai for PR#714.

3.3.1+1

14 Apr 03:31
Compare
Choose a tag to compare
  • fix: Increase the priority of ClassicIndicator.pullIconBuilder #674.
  • fix: fit parameter is invalid #708.