Uh oh!
There was an error while loading. Please reload this page.
[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. |
Uh oh!
There was an error while loading. Please reload this page.
…r#191480) flutter/packages@1785501...252bb33 2026-08-20 pateltirth454@gmail.com [material_ui] A typo in the README file of the package. (flutter/packages#12526) 2026-08-20 jmccandless@google.com [material_ui] Animated theme test from flutter/flutter (flutter/packages#12487) 2026-08-20 fluttergithubbot@gmail.com Sync release-material_ui-1.0.1 to main (flutter/packages#12513) 2026-08-20 pateltirth454@gmail.com [material_ui] [cupertino_ui] Add missing Widget of the Week videos to widget API docs (flutter/packages#12468) 2026-08-20 43054281+camsim99@users.noreply.github.com [camera_android_camerax] Add agentic guidance for adding native unit tests (flutter/packages#12369) 2026-08-20 21270878+elliette@users.noreply.github.com [material_ui] SearchAnchor overlay expands to full screen when viewport size changes (flutter/packages#12466) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC flutter-ecosystem@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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.