font_awesome_metadata library
Search and filter data structure for FontAwesome Icons
Classes
- FaIcon
- Creates an Icon Widget that works for non-material Icons, such as the Font Awesome Icons.
- FaIconCategory
- Name to IconData mapping
- FontAwesomeIcons
- Icons based on font awesome 6.6.0
- IconCategory
- IconDataBrands
- IconData for a font awesome brand icon from a code point
- IconDataDuotone
- IconData for a font awesome duotone icon from a code point. Only works if duotone icons (font awesome pro) have been installed.
- IconDataLight
- IconData for a font awesome light icon from a code point. Only works if light icons (font awesome pro) have been installed.
- IconDataRegular
- IconData for a font awesome regular icon from a code point
- IconDataSharpLight
- IconData for a font awesome sharp light icon from a code point. Only works if thin icons (font awesome pro, v6+) have been installed.
- IconDataSharpRegular
- IconData for a font awesome sharp regular icon from a code point. Only works if thin icons (font awesome pro, v6+) have been installed.
- IconDataSharpSolid
- IconData for a font awesome sharp solid icon from a code point. Only works if thin icons (font awesome pro, v6+) have been installed.
- IconDataSharpThin
- IconData for a font awesome sharp thin icon from a code point. Only works if thin icons (font awesome pro, v6+) have been installed.
- IconDataSolid
- IconData for a font awesome solid icon from a code point
- IconDataThin
- IconData for a font awesome thin icon from a code point. Only works if thin icons (font awesome pro, v6+) have been installed.
Constants
-
faNamedMappings
→ const Map<
String, IconData> - Name to IconData mapping
-
searchTermMappings
→ const Map<
String, List< IconData> > - Search term mapping to font awesome icons