We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The issue is reproducible on both platforms:
The text was updated successfully, but these errors were encountered:
The problem appears to be due to the fact that the page index zeroes out. It seems to work correctly if you
int _current = 0; // <- save current index double get _currentOffset { bool inited = _controller.hasClients && _controller.position.haveDimensions; return inited ? _controller.page! : _current.toDouble(); // _controller.initialPage * 1.0; }
and
PageView.builder( onPageChanged: (i) { _current = i; },
Sorry, something went wrong.
esDotDev
No branches or pull requests
The issue is reproducible on both platforms:
The text was updated successfully, but these errors were encountered: