- initRelease
- Remove bottomColor
- Add Failed RefreshMode when catch data failed
- ReMake Default header and footer builder
- Replace RefreshMode,loadMode to refreshing,loading
- Replace onModeChange to onRefresh,onLoadMore
- Fix error Props
- Add interupt Scroll when failure status
- Update README and demo
- Remove headerHeight,footerHeight to get height inital
- Make footer stay at the bottom of the world forever
- replace idle to idel(my English mistake)
- Fix defaultIndictor error Icon display
- 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.
- Fix Bug1: The use of ListView as a container to cause a fatal error (continuous sliding) when the bottom control is reclaimed, using the SingleChildScrollView instead of preventing the base control from recovering many times from the exception
- Fix Bug2: When the user continues to call at the same time in the two states of pull-down and drop down, the animation has no callback problem when it enters or fails.
- Reproducing bottom indicator, no more manual drag to load more
- Control property values change more,Mainly:1.onModeChange => onRefreshChange,onLoadChange, 2.Add enableAutoLoadMore,3.Remove bottomVisiableRange
Notice: This version of the code changes much, Api too
- Transfer state changes to Wrapper of indicator to reduce unnecessary interface refresh.
- No longer using Refreshmode or LoadMode,replaced int because the state is hard to determine.
- Now support the ScrollView in the reverse mode
- The indicators are divided into two categories, loadIndicator and refreshIndicator, and the two support header and footer
- provided a controller to invoke some essential operations inside.
- Move triggerDistance,completeTime such props to Config
- Add ClassicIndicator Convenient construction indicator
- Make triigerDistance be equally vaild for LoadWrapper
- Add enableOverScroll attribute
- Fix Bug:Refreshing the indicator requires multiple dragging to refresh
- Fix ClassialIndicator syntax errors and display status when no data is added.
- Fix contentList's item cannot be cached,Remove shrinkWrap,physics limit
- Fix onOffsetChange callback error,In completion, failure, refresh state is also callback
- Add unfollowIndicator implement in Demo(Example3)
- Fix enableOverScroll does not work
- Add default IndicatorBuilder when headerBuilder or footerBuilder is null
- Fix cannot loading when user loosen gesture and listview enter the rebounding
- Fix problem of offsetChange
- Fix CustomScrollView didn't work
- Fix refreshIcon not reference in ClassialIndicator
- Fix Compile error after flutter update
- Fixed the problem that ScrollController was not applied to internal controls
- Optimize RefreshController
- RefreshController changed to required now
- Add feature:reuqestRefresh can jumpTo Bottom or Top
- Fix problem: Refresh can still be triggered when ScrollView is nested internally
- Remove rendered twice to get indicator height,replaced by using height attribute in Config
- change RefreshStatus from int to enum