-
Notifications
You must be signed in to change notification settings - Fork 501
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
ScrollablePositionList return _scrollableListState == null inside PageView #39
Comments
I was trying to reproduce this problem using this app https://github.com/tarobins/page_list_demo but wasn't able to. Perhaps you can find the difference between what's in your app that allows you to reproduce the problem and this demo and let me know. Thanks Tom |
as an aside, I ran into this while trying the above #43 |
Exactly. It is the same problem. |
This issue has been resolved! |
This issue has been resolved in #231 |
I can't put a ScrollablePositionList inside a PageView. Returns me an error: ... scrollable_positioned_list.dart ': Failed assertion: line 152 pos 12:' _scrollableListState == null ': is not true.
The text was updated successfully, but these errors were encountered: