Automatically generate platform icons extension class (library file) with the same name between Material and Cupertino to lib/src/platform_icons_gen.dart file with sorted by name by dart's Extension, without changing the existing code(lib/src/platform_icons.dart)
Automatically generate example page of all icons to file example/lib//icons_page.dart with sorted by name, from file lib/src/platform_icons.dart and lib/src/platform_icons_gen.dart.
Automatically generate platform icons extension class (library file) with the same name between Material and Cupertino to
lib/src/platform_icons_gen.dart
file with sorted by name by dart'sExtension
, without changing the existing code(lib/src/platform_icons.dart
)Automatically generate example page of all icons to file
example/lib//icons_page.dart
with sorted by name, from filelib/src/platform_icons.dart
andlib/src/platform_icons_gen.dart
.