flutter_easyrefresh 2.0.2
flutter_easyrefresh: ^2.0.2 copied to clipboard
A widget provided to the flutter scroll component drop-down refresh and pull up load.
Change log #
V 2.0.0 #
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
V 2.0.1 #
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
V 2.0.2 #
Optimization: Trigger refresh and load
Optimization: Infinite load trigger
Support: Child is SingleChildScrollView type