-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
[Bug report] The provided ScrollController is currently attached to more than one ScrollPosition. #128
Comments
hello, you can set scrollerController to CustomScrollView,like this: |
if customscrollview has its own scrollcontroller, then its not scrolling with tabs, or did it change in flutter v 3.13? |
You can try another solution, add primary: false to CustomScrollView, like this CustomScrollView( |
Same |
同样的问题,6.2.0版本的问题,回退到 6.1.2就没问题了 |
Version
6.0.0
Platforms
macOS, Web, Windows
Device Model
Macbook air m1 2020
flutter info
How to reproduce?
Make nestedscrollview with controller
make tabs keep alive
content of tabs is customscrollview
see errors when hovering over scrollbar.
Logs
Example code (optional)
How to create Nested scrollview with kept alive tabs and have scrollbar there in any way that it just works?
The text was updated successfully, but these errors were encountered: