flutter-studio / flutter-icons

Customizable Icons for Flutter :boom:
Apache License 2.0
332 stars 123 forks source link

Null safety support #45

Open pasblin opened 3 years ago

pasblin commented 3 years ago

Env info

Bug info

rodyfernandez commented 3 years ago

https://github.com/flutter-studio/flutter-icons/issues/41

jibiel commented 3 years ago

Made the PR that addresses the problem: https://github.com/flutter-studio/flutter-icons/pull/47.

josephcrowell commented 3 years ago

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

deadsoul44 commented 3 years ago

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

josephcrowell commented 3 years ago

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.

yasinarik commented 2 years ago

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

deadsoul44 commented 2 years ago

@josephcrowell do you have any plan to implement a common api? This way, it is hard to search and find icons.

josephcrowell commented 2 years ago

No