You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: