-
Notifications
You must be signed in to change notification settings - Fork 220
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
PageController.page cannot be accessed before a PageView is built with it. #199
Comments
I experienced it too. |
Getting the same error.
Also, this exception appears only when I press the "Skip" button. Does not occur when "Done" is pressed. |
Same error here |
I am getting this error on skip and done. |
I managed to "solve it" by eliminating autoplay. That the user has to tap on "next". |
New version 3.1.13 fix that issue. |
Unhandled Exception: 'package:flutter/src/widgets/page_view.dart': Failed assertion: line 170 pos 7: 'positions.isNotEmpty': PageController.page cannot be accessed before a PageView is built with it.
The text was updated successfully, but these errors were encountered: