Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
82706d73
Unverified
Commit
82706d73
authored
Sep 16, 2020
by
Hans Muller
Committed by
GitHub
Sep 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated references to obsolete Material button classes in benchmarks/macrobenchmarks (#65900)
parent
24b2b55c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
main.dart
dev/benchmarks/macrobenchmarks/lib/main.dart
+15
-15
No files found.
dev/benchmarks/macrobenchmarks/lib/main.dart
View file @
82706d73
...
...
@@ -67,105 +67,105 @@ class HomePage extends StatelessWidget {
body:
ListView
(
key:
const
Key
(
kScrollableName
),
children:
<
Widget
>[
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kCullOpacityRouteName
),
child:
const
Text
(
'Cull opacity'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kCullOpacityRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kCubicBezierRouteName
),
child:
const
Text
(
'Cubic Bezier'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kCubicBezierRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kBackdropFilterRouteName
),
child:
const
Text
(
'Backdrop Filter'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kBackdropFilterRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kPostBackdropFilterRouteName
),
child:
const
Text
(
'Post Backdrop Filter'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kPostBackdropFilterRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kSimpleAnimationRouteName
),
child:
const
Text
(
'Simple Animation'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kSimpleAnimationRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kPictureCacheRouteName
),
child:
const
Text
(
'Picture Cache'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kPictureCacheRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kLargeImagesRouteName
),
child:
const
Text
(
'Large Images'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kLargeImagesRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kTextRouteName
),
child:
const
Text
(
'Text'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kTextRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kAnimatedPlaceholderRouteName
),
child:
const
Text
(
'Animated Placeholder'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kAnimatedPlaceholderRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kColorFilterAndFadeRouteName
),
child:
const
Text
(
'Color Filter and Fade'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kColorFilterAndFadeRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kFadingChildAnimationRouteName
),
child:
const
Text
(
'Fading Child Animation'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kFadingChildAnimationRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kImageFilteredTransformAnimationRouteName
),
child:
const
Text
(
'ImageFiltered Transform Animation'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kImageFilteredTransformAnimationRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kMultiWidgetConstructionRouteName
),
child:
const
Text
(
'Widget Construction and Destruction'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kMultiWidgetConstructionRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kHeavyGridViewRouteName
),
child:
const
Text
(
'Heavy Grid View'
),
onPressed:
()
{
Navigator
.
pushNamed
(
context
,
kHeavyGridViewRouteName
);
},
),
Rais
edButton
(
Elevat
edButton
(
key:
const
Key
(
kLargeImageChangerRouteName
),
child:
const
Text
(
'Large Image Changer'
),
onPressed:
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment