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

Accurate font availability browsing?

Open barnaclejive opened this issue 5 years ago • 2 comments

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.

barnaclejive avatar Feb 14 '20 05:02 barnaclejive

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

2534290808 avatar Feb 25 '20 03:02 2534290808

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

josephcrowell avatar Aug 27 '21 02:08 josephcrowell