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
_TabBarViewState should not recreate page controller (#135500)
## Description
This PR replaces the unconditional instantiation of `PageController` in `_TabBarViewState.didChangeDependencies` as suggested in flutter/flutter#134091 (comment).
## Related Issue
Fixesflutter/flutter#134253.
## Tests
Adds 1 test.
0 commit comments