Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hold the tab bar while scrolling is not happening #13

Open
RaoDamodhar opened this issue Jul 28, 2020 · 2 comments
Open

hold the tab bar while scrolling is not happening #13

RaoDamodhar opened this issue Jul 28, 2020 · 2 comments

Comments

@RaoDamodhar
Copy link

if the appbar contains Tab bar also, while scrolling tab bar is also hiding, it should not hide
any suggestions.

@edsonbonfim edsonbonfim transferred this issue from edsonbonfim/scroll_app_bar Mar 6, 2021
@haolizi
Copy link

haolizi commented Mar 7, 2023

If ScrollAppBar and TabBarView use the same scrollController, when Switching tabBar, It's going to have some problems:
'package:flutter/src/widgets/scroll_controller.dart': Failed assertion: line 108 pos 12: '_positions.length == 1': ScrollControl

If use different scrollController, cannot save offset from previous listView.

image

@haolizi
Copy link

haolizi commented Mar 7, 2023

01

What should I do, please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants