icon_data_parser 0.0.2
icon_data_parser: ^0.0.2 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.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.