Skip to content

Releases: peng8350/flutter_pulltorefresh

V1.3.2

08 May 16:17
Compare
Choose a tag to compare
  • Fix WaterDropHeader some attributes invalid
  • Fix enablePullUp and enablePullDown Dynamic set
  • implements auto hide FooterView when less than one page,no need to set enablePullUp to false
  • improve safety after disposed

V1.3.1

07 May 04:11
Compare
Choose a tag to compare
  • Add onClick CallBack for LoadIndicator
  • Fix enablepullUp or down invalid
  • Fix error Loading after 1.3.0 updated

V1.3.0(Api改动大)

06 May 04:34
Compare
Choose a tag to compare

Total

  • Support reverse ScrollView
  • Remove RefreshConfig,LoadConfig,Move to indicator setting
  • Add isNestWrapped to Compatible NestedScrollView
  • replace headerBuilder,footerBuilder attribute to header,footer
  • Separate header and footer operations:onRefresh and onLoading Callback,RefreshStatus is separated into RefreshStatus.LoadStatus
  • Fix Bug: twice loading (the footer state change before the ui update)

RefreshController

  • Remove sendBack method,replaced by LoadComplete,RefreshComplete ,RefreshFailed,LoadNoData
  • Separate refresh and load operations
  • Add dispose method for Safety in some situation

Indicator

  • Use another way to achieve drop-down refresh
  • Add drop-down refresh indicator style(Follow,UnFollow,Behind)
  • Add WaterDropIndicator,CustomIndicator
  • Make Custom Indicator easily

V1.2.0

31 Mar 07:17
Compare
Choose a tag to compare
  • 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

V1.1.5

26 Jun 17:05
Compare
Choose a tag to compare
  • Fix problem of offsetChange
  • Fix CustomScrollView didn't work
  • Fix refreshIcon not reference in ClassialIndicator

V1.1.3

29 May 10:43
Compare
Choose a tag to compare
  • 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)

V1.1.1

21 May 05:06
Compare
Choose a tag to compare
  • Make triigerDistance be equally vaild for LoadWrapper
  • Add enableOverScroll attribute

V1.1.0

18 May 09:28
Compare
Choose a tag to compare

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

V1.0.8

12 May 09:45
Compare
Choose a tag to compare
  • 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

V1.0.7

11 May 07:41
Compare
Choose a tag to compare
  • 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.