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
597 stars 120 forks source link

如何实现类似bilibili的顶部栏 #93

Closed ghost closed 2 years ago

ghost commented 2 years ago

我的结构如下

ExtendedNestedScrollView

floating snap 等属性不起作用 IndexedStack 也不方便套CustomScrollView 我需要 下拉时 SliverPersistentHeader 先显示出来 下拉到头时SliverAppBar显示出来 继续下拉时显示 刷新指示器, 有没有优雅的实现方式?