material_symbols_metadata library
These data tables provide metadata for the Material Symbols icons.
The data was derived from the official Material Symbols metadata file
downloaded from http://fonts.google.com/metadata/icons?incomplete=1&key=material_symbols
Classes
- SymbolsMetadata
- This class represents the metadata for an icon in the Material Symbols collection.
Properties
-
categoryMap
↔ List<
String> -
List of all Categories - SymbolsMetadata() objects reference categories by their INDEX this table.
To get the category name, use
categoryMap[categoryIndexFromSymbolsMetadata]
getter/setter pair -
iconMap
↔ Map<
String, SymbolsMetadata> -
This map contains the metadata for all Material Symbols icons.
The keys are the icon's dart symbol name and the values are SymbolsMetadata objects that contain the metadata.
The metadata includes the original name, popularity, codepoint, categories, tags, and whether the icon is RTL auto-mirrored.
getter/setter pair
-
tagMap
↔ List<
String> -
List of all Tags - SymbolsMetadata() objects reference tags by their INDEX this table.
To get the tag name, use
tagMap[tagIndexFromSymbolsMetadata]
getter/setter pair