PageController.page cannot be accessed before a PageView is built with it.
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.
I experienced it too.
Getting the same error.
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.
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 am getting this error on skip and done.
I managed to "solve it" by eliminating autoplay. That the user has to tap on "next". And I also had to remove the "skip" button.
New version 3.1.13 fix that issue.