[Fonts] Remove update_icons TODO (#79027)
This commit is contained in:
parent
e34f3b013f
commit
c49cd2719d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user