Skip to content
GitLab
Menu
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
mirror
flutter
Commits
7e7b67da
Commit
7e7b67da
authored
2 years ago
by
Zachary Anderson
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Revert "[Fonts] Update icons (#108858)"
This reverts commit
ba40150e
.
parent
ba40150e
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/internal/material_fonts.version
+1
-1
bin/internal/material_fonts.version
packages/flutter/lib/src/material/icons.dart
+4
-403
packages/flutter/lib/src/material/icons.dart
packages/flutter/test/material/icons_test.dart
+0
-21
packages/flutter/test/material/icons_test.dart
with
5 additions
and
425 deletions
+5
-425
bin/internal/material_fonts.version
+
1
-
1
View file @
7e7b67da
flutter_infra_release/flutter/fonts/
c633fffd8c20eed6cbc0098aec53b27dcd8f34cc
/fonts.zip
flutter_infra_release/flutter/fonts/
d76e4de0ef19d04a55bf3117322be9ced21864aa
/fonts.zip
This diff is collapsed.
Click to expand it.
packages/flutter/lib/src/material/icons.dart
+
4
-
403
View file @
7e7b67da
This diff is collapsed.
Click to expand it.
packages/flutter/test/material/icons_test.dart
+
0
-
21
View file @
7e7b67da
...
...
@@ -122,27 +122,6 @@ void main() {
await
expectLater
(
find
.
byType
(
Wrap
),
matchesGoldenFile
(
'test.icons.sample3.png'
));
},
skip:
isBrowser
);
// https://github.com/flutter/flutter/issues/39998
// Regression test for https://github.com/flutter/flutter/issues/103202.
testWidgets
(
'Another sample of icons look as expected'
,
(
WidgetTester
tester
)
async
{
await
_loadIconFont
();
await
tester
.
pumpWidget
(
MaterialApp
(
home:
IconTheme
(
data:
const
IconThemeData
(
size:
200
),
child:
Wrap
(
children:
const
<
Icon
>[
Icon
(
Icons
.
repeat_on
),
Icon
(
Icons
.
repeat_on_outlined
),
Icon
(
Icons
.
repeat_on_rounded
),
Icon
(
Icons
.
repeat_on_sharp
),
],
),
),
));
await
expectLater
(
find
.
byType
(
Wrap
),
matchesGoldenFile
(
'test.icons.sample4.png'
));
},
skip:
isBrowser
);
// https://github.com/flutter/flutter/issues/39998
}
// Loads the cached material icon font.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Projects
Groups
Snippets