aura_solar_icons 1.1.0 copy "aura_solar_icons: ^1.1.0" to clipboard
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_graphics assets — the 4 previously font-backed styles no longer expose IconData. Use the new AuraIcon widget everywhere instead of Icon(...).
  • Breaking: DuotoneIcon renamed to AuraIcon; AuraDuotoneIconData renamed to AuraIconData. Neither is duotone-specific anymore.
  • Dropped the Node.js (fantasticon) and Inkscape dependencies from the codegen pipeline entirely — vector_graphics renders 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 #

Features #

  • Add search, color switching, and new icons to example app (#6) (2589335)
  • Handle accent color for DuoTone styles (#8) (fa3bd17)

1.0.1 - 2026-07-29 #

Bug Fixes #

  • Exclude tool/ from published package and rename to aura_solar_icons (#2) (a911f5c)

1.0.0 - 2026-07-29 #

Features #

  • aura_solar_icons vector icon package (4403fe4)

Bug Fixes #

  • drop text labels from the icon gallery golden (37cfeac)
  • pass --repo to gh pr edit in release workflow (234061e)

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-based DuotoneIcon support for BoldDuotone and LineDuotone.
0
likes
150
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Solar icon set (Outline, Linear, Bold, Broken, BoldDuotone, LineDuotone) packaged as native Flutter vector assets.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

flutter, vector_graphics

More

Packages that depend on aura_solar_icons