-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
Currently, there are no tests to ensure that when TabBarView is warping, the last frame of _pageController.animateToPage is built before the final page swapping is completed. This used to cause an exception to be thrown with nested TabBarViews (see #31581 for context).
There could probably be a robust fix to ScrollPosition.animateTo to ensure that the last frame is built prior to completing the animation, and a test to verify that this occurs properly.
Metadata
Metadata
Assignees
Labels
c: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.