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
c49cd271
Unverified
Commit
c49cd271
authored
Mar 25, 2021
by
Pierre-Louis
Committed by
GitHub
Mar 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fonts] Remove update_icons TODO (#79027)
parent
e34f3b01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
update_icons.dart
dev/tools/update_icons.dart
+0
-3
icons.dart
packages/flutter/lib/src/material/icons.dart
+2
-1
No files found.
dev/tools/update_icons.dart
View file @
c49cd271
...
...
@@ -83,9 +83,6 @@ const Map<String, String> identifierRewrites = <String, String>{
'23mp'
:
'twenty_three_mp'
,
'24mp'
:
'twenty_four_mp'
,
'class'
:
'class_'
,
// TODO(guidezpl): will clean these up in g3 b/153556862
'door_back'
:
'door_back_door'
,
'door_front'
:
'door_front_door'
,
'try'
:
'try_sms_star'
,
};
...
...
packages/flutter/lib/src/material/icons.dart
View file @
c49cd271
...
...
@@ -91,7 +91,8 @@ class _PlatformAdaptiveIcons {
///
/// Use with the [Icon] class to show specific icons.
///
/// Icons are identified by their name as listed below.
/// Icons are identified by their name as listed below. **Do not use codepoints
/// directly, as they are subject to change.**
///
/// To use this class, make sure you set `uses-material-design: true` in your
/// project's `pubspec.yaml` file in the `flutter` section. This ensures that
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