stryder-dev / flutter_platform_widgets

Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets
MIT License
1.57k stars 171 forks source link

Added icons library and icons example page code generator(python) #429

Open bookshiyi opened 1 year ago

bookshiyi commented 1 year ago
  1. 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)

  2. 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.