Skip to content

V1.5.2

Compare
Choose a tag to compare
@peng8350 peng8350 released this 31 Jul 10:24
· 163 commits to master since this release
  • change maxOverScrollExtent default to 60
  • maxScrollExtent should subtract layoutExtent instead of boxExtent when indicator not floating
  • add SmartRefresher builder constructor for some special use stage
  • when child is not extends scrollView,it should convert height to viewport's height when child's height is infite,such as PageView,emptyWidget with Center,else it will use LayoutBuilder get height
  • header,footer now unlimit the type ,convert to widget,but only sliver widget,Considering the problem of combined indicators
  • CustomHeader,CustomFooter expose inner indicator event
  • resetNoData should only can work when footer indicator is noMore state
  • fix twolevel and refresh prior problem