Add prominent link to Google Fonts from icons documentation (#102808)

* Add prominent link to google fonts from icons

* Update icons.dart

* Update icons.dart
This commit is contained in:
Pierre-Louis 2022-05-04 16:28:26 +02:00 committed by GitHub
parent 75629e3e0a
commit c3ad4d4623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,15 +93,16 @@ class PlatformAdaptiveIcons implements Icons {
// END GENERATED PLATFORM ADAPTIVE ICONS
}
/// Identifiers for the supported Material Design icons.
/// Identifiers for the supported [Material Icons](https://material.io/resources/icons).
///
/// Use with the [Icon] class to show specific icons.
/// Use with the [Icon] class to show specific icons. Icons are identified by
/// their name as listed below, e.g. [Icons.airplanemode_on].
///
/// Icons are identified by their name as listed below, e.g. [Icons.airplanemode_on].
/// Search and find the perfect icon on the [Google Fonts](https://material.io/resources/icons) website.
///
/// 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
/// the MaterialIcons font is included in your application. This font is used to
/// the Material Icons font is included in your application. This font is used to
/// display the icons. For example:
///
/// ```yaml