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
592 stars 119 forks source link

fix: Merge the PR from flutter repo https://github.com/flutter/flutte… #45

Closed PonyCui closed 3 years ago

PonyCui commented 3 years ago

修正 Bounce Physic,页面下拉过界时,会造成页面跳动的问题。 其实是 flutter 官方修正的,没有同步回来。

关联 issue https://github.com/fluttercandies/extended_nested_scroll_view/issues/42