flutter-icons icon indicating copy to clipboard operation
flutter-icons copied to clipboard

Null safety support

Open pasblin opened this issue 4 years ago • 8 comments

Env info

Bug info

pasblin avatar Jun 19 '21 17:06 pasblin

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

rodyfernandez avatar Jun 21 '21 19:06 rodyfernandez

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

jibiel avatar Jul 10 '21 22:07 jibiel

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

josephcrowell avatar Aug 27 '21 02:08 josephcrowell

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

deadsoul44 avatar Sep 09 '21 16:09 deadsoul44

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.

josephcrowell avatar Sep 10 '21 03:09 josephcrowell

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

yasinarik avatar Feb 05 '22 20:02 yasinarik

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

deadsoul44 avatar Jun 06 '22 11:06 deadsoul44

No

josephcrowell avatar Jun 06 '22 19:06 josephcrowell