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
666185c0
Unverified
Commit
666185c0
authored
Jul 14, 2021
by
Pierre-Louis
Committed by
GitHub
Jul 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Fonts] Fix icons sorting (#86434)
* Fix sorting * Update icons.dart
parent
57a4b023
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2767 additions
and
2767 deletions
+2767
-2767
update_icons.dart
dev/tools/update_icons.dart
+1
-1
icons.dart
packages/flutter/lib/src/material/icons.dart
+2766
-2766
No files found.
dev/tools/update_icons.dart
View file @
666185c0
...
@@ -393,7 +393,7 @@ class _Icon {
...
@@ -393,7 +393,7 @@ class _Icon {
if
(
shortId
==
b
.
shortId
)
{
if
(
shortId
==
b
.
shortId
)
{
return
id
.
length
-
b
.
id
.
length
;
return
id
.
length
-
b
.
id
.
length
;
}
}
return
flutterId
.
compareTo
(
b
.
flutter
Id
);
return
shortId
.
compareTo
(
b
.
short
Id
);
}
}
String
_replaceLast
(
String
string
,
String
toReplace
)
{
String
_replaceLast
(
String
string
,
String
toReplace
)
{
...
...
packages/flutter/lib/src/material/icons.dart
View file @
666185c0
This diff is collapsed.
Click to expand it.
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