refresh_loadmore 2.0.7
refresh_loadmore: ^2.0.7 copied to clipboard
A Flutter component that supports pull-down refresh and pull-up to load more data
2.0.7 #
- Change README
2.0.6 #
- Add a paddiing and a loadingWidget. You can custom padding, or loadingWidget
2.0.5 #
- Add a scrollController. You can use your custom scrollController, or not
2.0.4 #
- Change
noMoreText
tonoMoreWidget
2.0.3 #
- Fixed the example
2.0.2 #
- Add the judgement of
isLastPage
beforeonLoadmore
2.0.1 #
- Full support for Null Safety
1.1.1 #
- Add mounted judgement
1.1.0 #
- Change children to child
1.0.3 #
- Add description about the class's arguments
1.0.2 #
- Remove Chinese description
1.0.1 #
- InitRelease