Unverified Commit c49cd271 authored by Pierre-Louis's avatar Pierre-Louis Committed by GitHub

[Fonts] Remove update_icons TODO (#79027)

parent e34f3b01
......@@ -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',
};
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment