mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
restore imagefiltered_transform_animation_perf__timeline_summary benchmark (#60415)
This commit is contained in:
parent
06d0cd514e
commit
2962912d68
@ -137,6 +137,13 @@ class HomePage extends StatelessWidget {
|
||||
Navigator.pushNamed(context, kFadingChildAnimationRouteName);
|
||||
},
|
||||
),
|
||||
RaisedButton(
|
||||
key: const Key(kImageFilteredTransformAnimationRouteName),
|
||||
child: const Text('ImageFiltered Transform Animation'),
|
||||
onPressed: () {
|
||||
Navigator.pushNamed(context, kImageFilteredTransformAnimationRouteName);
|
||||
},
|
||||
),
|
||||
RaisedButton(
|
||||
key: const Key(kMultiWidgetConstructionRouteName),
|
||||
child: const Text('Widget Construction and Destruction'),
|
||||
|
Loading…
Reference in New Issue
Block a user