icon_font_extractor 1.1.0
icon_font_extractor: ^1.1.0 copied to clipboard
Extracts ligatures from icon fonts declared in pubspec.yaml and generates typed IconData constants for use with Flutter's Icon widget.
1.1.0 #
Non-Ligature Font support #
Non-Ligature fonts are now supported. Just add the useLigatures: false to the icon_font_extractor config and your
good.
1.0.0 #
- Initial release.
- Pure-Dart TTF/OTF parser for the
cmapandGSUB(LookupType 4 and LookupType 7-wrapped 4) tables. icon_font_extractor generateCLI driven by a top-levelicon_fonts:array inpubspec.yaml.- Generates
abstract final classwithstatic const IconDataconstants per ligature, usable directly with Flutter'sIconwidget. --checkflag for CI to detect stale generated files.