Skip to content

Commit c3ad4d4

Browse files
authored
Add prominent link to Google Fonts from icons documentation (#102808)
* Add prominent link to google fonts from icons * Update icons.dart * Update icons.dart
1 parent 75629e3 commit c3ad4d4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/flutter/lib/src/material/icons.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,16 @@ class PlatformAdaptiveIcons implements Icons {
9393
// END GENERATED PLATFORM ADAPTIVE ICONS
9494
}
9595

96-
/// Identifiers for the supported Material Design icons.
96+
/// Identifiers for the supported [Material Icons](https://material.io/resources/icons).
9797
///
98-
/// Use with the [Icon] class to show specific icons.
98+
/// Use with the [Icon] class to show specific icons. Icons are identified by
99+
/// their name as listed below, e.g. [Icons.airplanemode_on].
99100
///
100-
/// Icons are identified by their name as listed below, e.g. [Icons.airplanemode_on].
101+
/// Search and find the perfect icon on the [Google Fonts](https://material.io/resources/icons) website.
101102
///
102103
/// To use this class, make sure you set `uses-material-design: true` in your
103104
/// project's `pubspec.yaml` file in the `flutter` section. This ensures that
104-
/// the MaterialIcons font is included in your application. This font is used to
105+
/// the Material Icons font is included in your application. This font is used to
105106
/// display the icons. For example:
106107
///
107108
/// ```yaml

0 commit comments

Comments
 (0)