Skip to content

Releases: xuelongqy/flutter_easy_refresh

v2.0.0

02 Aug 01:42
Compare
Choose a tag to compare

Framework refactoring: modify the refresh loading principle, improve compatibility, and more in line with the Flutter specification
Add: List reverse support
Add: List horizontal support

v1.2.7

02 Mar 06:36
Compare
Choose a tag to compare

Add: builder property to add additional components, such as scroll bars #39
Add: Scrollbar example
Add: Taobao second floor example #26

v1.2.6

28 Feb 11:57
Compare
Choose a tag to compare

Fix: NotificationListener is invalid #30
Remove: A certain height is reached to trigger a refresh or load
Fix: Unable to modify prompt text after refresh or loading #22

V1.2.5

21 Feb 06:33
Compare
Choose a tag to compare

Fix: CustomScrollView does not maintain semanticChildCount error #24,#25
Fix: CustomScrollView refresh or load causes emptyWidget to be added multiple times, thanks to hwh97 #29

v1.2.4

12 Feb 04:39
Compare
Choose a tag to compare

Add: support for NestedScrollView #7,#11

v1.2.3

31 Jan 08:23
Compare
Choose a tag to compare

Add: rebound effect when onRefresh and loadMore are null #18

v1.2.2

29 Jan 05:38
Compare
Choose a tag to compare

Fix: header is null, onRefresh is not null error#19

v1.2.1

26 Jan 05:43
Compare
Choose a tag to compare

Specification code to improve compatibility
Adjustment: part of the style
The library does not have its own space style, transfer to example

v1.2.0

25 Jan 09:35
Compare
Choose a tag to compare

Repair: onNoMore callback is not accurate
Add: isRefreshing to determine if it is being refreshed or loaded
Add: Header and Footer status change callbacks
Add: Header and Footer height change callbacks

v1.1.9

24 Jan 11:25
Compare
Choose a tag to compare

Repair: Pullback exception when loadMore or onRefresh is not set