frefresh 1.1.0
frefresh: ^1.1.0 copied to clipboard
Help you to build pull-down refresh and pull-up loading in the simplest way.
1.0.0 #
- the first version
1.1.0 #
-
FRefreshController added control function
scrollTo(double position, {Duration duration = const Duration(milliseconds: 300)})scrollBy(double position, {Duration duration = const Duration(milliseconds: 300)})jumpTo(double postion) -
FRefreshController adds
double position,ScrollMetrics scrollMetricsand other parameters to get sliding information -
FRefreshController adds a useful parameter
backOriginOnLoadFinish. When loading is completed, whether to return to the original position. For example, when the GridView adds only one element, this parameter is useful.