You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PageController throws when changing page before viewPortDimensions are set (#153017)
## Description
This PR fixes `PageController` throwing when using `jumpToPage` or `animateToPage` to switch page before the viewport dimensions were retrieved.
Solution based on flutter/flutter#152947 (comment).
## Related Issue
Fixesflutter/flutter#86222.
Fixesflutter/flutter#152079
## Tests
Adds 2 tests.
0 commit comments