fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
595 stars 120 forks source link

maxContainerExtent在滑动到一定程度之后,始终为固定值? #1

Closed caihua closed 5 years ago

caihua commented 5 years ago

maxContainerExtent = math.max( notification.metrics.viewportDimension, this.maxContainerExtent); maxContainerExtent在滑动到一定程度之后,始终为固定值, 上拉加载如何实现,或者想在外部,body里面通过Controller 操作 _innerController进行jumpTo等操作如何实现, 有什么好的思路吗?

zmtzawqlp commented 5 years ago

@caihua https://juejin.im/post/5bfb9cb7e51d45592b766769 上拉加载的完美方案,跟nestedscrollview完美结合,已使用在上线项目中。

zmtzawqlp commented 5 years ago

@caihua 里面也有demo https://github.com/fluttercandies/loading_more_list/blob/master/example/lib/demo/nested_scroll_view_demo.dart