aura_solar_icons 1.1.0
aura_solar_icons: ^1.1.0 copied to clipboard
Solar icon set (Outline, Linear, Bold, Broken, BoldDuotone, LineDuotone) packaged as native Flutter vector assets.
Changelog #
Unreleased #
- Breaking: all 6 styles (Outline, Linear, Bold, Broken, BoldDuotone,
LineDuotone) are now
vector_graphicsassets — the 4 previously font-backed styles no longer exposeIconData. Use the newAuraIconwidget everywhere instead ofIcon(...). - Breaking:
DuotoneIconrenamed toAuraIcon;AuraDuotoneIconDatarenamed toAuraIconData. Neither is duotone-specific anymore. - Dropped the Node.js (
fantasticon) and Inkscape dependencies from the codegen pipeline entirely —vector_graphicsrenders strokes natively at runtime, so the stroke-to-fill conversion that existed only to produce font glyphs is no longer needed. The pipeline is now pure Dart.
1.1.0 - 2026-08-03 #
1.0.1 - 2026-07-29 #
1.0.0 - 2026-07-29 #
0.1.0 #
- Initial scaffold: codegen pipeline pulling icon artwork from
saoudi-h/solar-icons, generating IconData-based fonts for Outline, Linear, Bold, Broken, and vector_graphics-basedDuotoneIconsupport for BoldDuotone and LineDuotone.