[Fonts] Remove update_icons TODO (#79027)

This commit is contained in:
Pierre-Louis 2021-03-25 17:29:02 +01:00 committed by GitHub
parent e34f3b013f
commit c49cd2719d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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',
};

View File

@ -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