iconify_sdk_builder 0.2.0
iconify_sdk_builder: ^0.2.0 copied to clipboard
Code generator and build_runner builder for Iconify SDK. Generates type-safe Dart constants for icon sets defined in iconify.yaml.
Changelog #
0.2.0 - 2026-03-12 #
0.1.0 - 2026-03-12 #
Added #
build_runnerintegration for automatic icon bundling.- Hybrid AST + Regex scanner for detecting
IconifyIconusages in Dart source code. - Optimized code generator for producing type-safe Dart constants.
- Full support for the
iconify.yamlconfiguration specification. - Seamless integration with the core memory provider.