flutter-studio / flutter-icons

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

Accurate font availability browsing? #22

Open barnaclejive opened 4 years ago

barnaclejive commented 4 years ago

The flutter package page has a "Browse all" link that takes you to a website listing available icons. However, not all the icons shown on that site are actually available.

For example: FontAwesome.syringe is not an actual option using Icon(FontAwesome.syringe) Additionally some sets are not available at all such as Fontisto

Is there some way to browse the actual sets and icons available, or (ideally) to make all the icons listed on the "Browse all" website to be available?

If I am using the icon listing page wrong or the package wrong please let me know.

2534290808 commented 4 years ago

Later, I will add a webpage that can browse all the icons in the 'flutter- icons' package. Now we use the webpage of 'react-native-vector- icons', which is not very accurate

josephcrowell commented 3 years ago

I pushed out a fork which includes all missing react-native-vector-icons including Fontisto fonts and jibiel's fixes for null safety support: https://pub.dev/packages/flutter_font_icons