Null safety support
Env info
Bug info
https://github.com/flutter-studio/flutter-icons/issues/41
Made the PR that addresses the problem: https://github.com/flutter-studio/flutter-icons/pull/47.
I pushed out a fork which includes all missing icons including Fontisto fonts and jibiel's fixes for null safety support: https://pub.dev/packages/flutter_font_icons
I pushed out a fork which includes all missing icons including Fontisto fonts and jibiel's fixes for null safety support: https://pub.dev/packages/flutter_font_icons
Why did you remove common api FlutterIcons? @josephcrowell
It's duplication of functionality from the other methods. I also don't have the split function that the other library had because I plan to implement that differently.
I pushed out a fork which includes all missing icons including Fontisto fonts and jibiel's fixes for null safety support: https://pub.dev/packages/flutter_font_icons
Thanks a lot @josephcrowell. This one is working: flutter_font_icons 2.2.4
@josephcrowell do you have any plan to implement a common api? This way, it is hard to search and find icons.
No