icon_data_parser 0.0.3
icon_data_parser: ^0.0.3 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.3 #
Changed #
- Separated
icon_data_parser
from the builder-basedicon_data_generator
package. - 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.dart
and generate a code point to name mapping. - Builder-based solution for code generation using
build_runner
. - Interface for custom icon name resolvers (
IIconNameResolver
). MaterialIconNameResolver
for resolving Material icon names.- Generated mapping support:
material_icons_mapping.dart
.