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
5bae3b5d
Unverified
Commit
5bae3b5d
authored
Dec 08, 2020
by
Pierre-Louis
Committed by
GitHub
Dec 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add previews for CupertinoIcons (#71853)
parent
a51b8e43
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2432 additions
and
2425 deletions
+2432
-2425
overrides.css
dev/docs/assets/overrides.css
+5
-0
styles.html
dev/docs/styles.html
+2
-0
icons.dart
packages/flutter/lib/src/cupertino/icons.dart
+2424
-2424
icons.dart
packages/flutter/lib/src/material/icons.dart
+1
-1
No files found.
dev/docs/assets/overrides.css
View file @
5bae3b5d
...
@@ -146,3 +146,8 @@ footer {
...
@@ -146,3 +146,8 @@ footer {
font-style
:
italic
;
font-style
:
italic
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
/* Constrain image width to container */
img
{
max-width
:
100%
}
dev/docs/styles.html
View file @
5bae3b5d
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
@import
'https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round'
;
@import
'https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round'
;
</style>
</style>
<link
href=
"https://flutter.github.io/cupertino_icons/css/icons.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"../assets/overrides.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"../assets/overrides.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round"
rel=
"stylesheet"
>
<link
href=
"https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp|Material+Icons+Round"
rel=
"stylesheet"
>
...
...
packages/flutter/lib/src/cupertino/icons.dart
View file @
5bae3b5d
This diff is collapsed.
Click to expand it.
packages/flutter/lib/src/material/icons.dart
View file @
5bae3b5d
...
@@ -130,7 +130,7 @@ class _PlatformAdaptiveIcons {
...
@@ -130,7 +130,7 @@ class _PlatformAdaptiveIcons {
///
///
/// * [Icon]
/// * [Icon]
/// * [IconButton]
/// * [IconButton]
/// * <https://
design.google.com/icons/
>
/// * <https://
material.io/resources/icons
>
class Icons {
class Icons {
// This class is not meant to be instantiated or extended; this constructor
// This class is not meant to be instantiated or extended; this constructor
// prevents instantiation and extension.
// prevents instantiation and extension.
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