flutter_pulltorefresh

a widget provided to the flutter scroll component drop-down refresh and pull up load.

MIT License

Stars
2.7K
Committers
19

Bot releases are hidden (Show)

flutter_pulltorefresh - V1.0.6

Published by peng8350 over 6 years ago

  • Use Material default LoadingBar
  • Add a bool paramter to onOffsetChange to know if pullup or pulldown
  • Fix Bug: when pulled up or pull-down, sizeAnimation and IOS elasticity conflict, resulting in beating.
flutter_pulltorefresh - V1.0.3

Published by peng8350 over 6 years ago

  • Fix error Props
  • Add interupt Scroll when failure status
flutter_pulltorefresh - V1.0.2

Published by peng8350 over 6 years ago

  • Add Failed RefreshMode when catch data failed
  • ReMake Default header and footer builder
  • Replace RefreshMode,loadMode to refreshing,loading
  • Replace onModeChange to onRefresh,onLoadMore