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
When flutter/flutter#171109 lands, we should use the new TransitionDurationObserver instead of hard-coding what we expect a transition duration to be, e.g. in code like this:
// sheet appears onscreen; default duration of bottom-sheet enter animationawait tester.pump(constDuration(milliseconds:250));
Once that's the norm instead of the exception, we can close this issue.