icon_data_parser 0.0.4
icon_data_parser: ^0.0.4 copied to clipboard
A Dart package for parsing and resolving Flutter Material icon names from IconData or code points, with support for code generation and runtime lookup.
Changelog #
All notable changes to this project will be documented in this file.
0.0.4 #
0.0.3 #
Changed #
- Separated
icon_data_parserfrom the builder-basedicon_data_generatorpackage. - Focused solely on runtime parsing and resolver utilities.
Added #
- Improved resolver logic for
MaterialIconNameResolver. - More robust error handling and fallback for missing icon names.
- Additional documentation and cleanup of unused code.
0.0.1 #
Added #
- Extension on
int(code point) to get the Material icon name. - Manual script to parse
icons.dartand generate a code point to name mapping. - Builder-based solution for code generation using
build_runner. - Interface for custom icon name resolvers (
IIconNameResolver). MaterialIconNameResolverfor resolving Material icon names.- Generated mapping support:
material_icons_mapping.dart.