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

当设置顶部view的高度特别高的时候,向上滑动菜单会出现 显示不全的错误 #106

Closed kangshibiao123 closed 2 years ago

kangshibiao123 commented 2 years ago

尝试一下两个版本都试了,当设置顶部view的高度特别高的时候,向上滑动菜单会出现 显示不全的错误 extended_nested_scroll_view: ^5.1.0 extended_nested_scroll_view: ^4.0.0

  SliverToBoxAdapter(
            child: Container(
              color: Colors.red,
              alignment: Alignment.center,
              height: 800,
              child: const Text('other things'),
            ),
          ),
image
zmtzawqlp commented 2 years ago

不影响。release 不会出现。