[material_ui] Animated theme test from flutter/flutter - #12487
Conversation
This test was created from Widgets tests in flutter/flutter#186673, but the change never made it over to flutter/packages.
There was a problem hiding this comment.
Code Review
This pull request adds a new test file, animated_theme_test.dart, which verifies that the onEnd callback of the AnimatedTheme widget is triggered correctly when the theme animation completes. I have no review comments or feedback to provide.
|
autosubmit label was removed for flutter/packages/12487, because - The status or check suite Dashboard Checks has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
autosubmit label was removed for flutter/packages/12487, because - The status or check suite Dashboard Checks has failed. Please fix the issues identified (or deflake) before re-applying this label. |
|
autosubmit label was removed for flutter/packages/12487, because - The status or check suite Dashboard Checks has failed. Please fix the issues identified (or deflake) before re-applying this label. |
This test was created from Widgets tests in
flutter/flutter#186673 after the code was copied to flutter/packages, so it was missing from flutter/packages. This PR ports it over.