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
591 stars 117 forks source link

升级flutter后出现body组件 和 bottom组件不在同一层级的现象,flexibleSpace组件悬浮在了body组件顶上 #70

Closed PillarChen closed 2 years ago

PillarChen commented 3 years ago

1、升级前正常,升级flutter后,出现body组件 和 bottom组件不在同一层级的现象(bottom组件在第一层,flexibleSpace组件在第二层,body组件在第三层),出现的bug就是悬浮滑动后,flexibleSpace组件悬浮在了body组件顶上(正常应该是body组件和 bottom组件在同一层级遮盖住flexibleSpace组件)

2、升级后开发环境: Flutter version 1.26.0-2.0 Dart version 2.12.3 extended_nested_scroll_view: 3.0.0

zmtzawqlp commented 2 years ago

请尝试最新的版本