flutty_solar_icons 1.0.4
flutty_solar_icons: ^1.0.4 copied to clipboard
Solar icon pack for Flutter by FluttyUI with 6 weights and multi-layer duotone support.
1.0.4 #
- Bumped package version to
1.0.4. - Fixed
BoldDuotone/Arrows Action/Exitknob as a true transparent cutout in font outlines. - Synced README install version and example manifest version.
1.0.3 #
- Bumped package version to
1.0.3. - Synced documentation and install snippet to
^1.0.3. - Updated example manifest version for release consistency.
- Fixed
BoldDuotone/Arrows Action/Exitknob to render as a transparent cutout (background-visible), not a tinted overlay.
1.0.2 #
- Simplified
SolarIconcolor API to two inputs:color- optional
secondaryColor
- Added automatic duotone/multitone color derivation:
- layer 2:
secondaryColororcolor.withAlpha(128) - layer 3:
(secondaryColor ?? color).withAlpha(64) - layer 4:
(secondaryColor ?? color).withAlpha(32)
- layer 2:
- Expanded dartdoc coverage across public API to target full documentation quality:
SolarIcon,SolarIconData,SolarIconWeight, andSolarIconWeightX.- All
SolarIcons.*constants. - Public duotone layer codepoint sets.
- Improved package metadata and docs consistency for publishing:
- Added FluttyUI attribution in package description/docs.
- Updated repository URL to
https://github.com/FluttyUI/solaricons.
1.0.1 #
- Fixed
BoldDuotone/Arrows Action/Exitdoorknob rendering and layer order. - Fixed
LineDuotone/Network, IT, Programming/Satellitelayer split so all parts render (not a solid block). - Fixed
BoldDuotone/Electronic, Devices/Airbudsprimary/secondary split for correct earbud sides. - Fixed
BoldDuotone/Electronic, Devices/Airbuds Leftmissing speaker cutout. - Fixed
BoldDuotone/Electronic, Devices/Airbuds Rightmissing speaker cutout. - Fixed
BoldDuotone/Electronic, Devices/Airbuds Chargemissing speaker cutout. - Fixed
BoldDuotone/Electronic, Devices/Airbuds Checkmissing speaker cutout. - Fixed
BoldDuotone/Electronic, Devices/Airbuds Removemissing speaker cutout. - Fixed duotone layer extraction for grouped opacity/color-based SVGs to avoid missing or extra parts.
1.0.0 #
- Initial stable release.
- Added 1246 icons.
- Added 6 weights: Bold, Broken, Linear, Outline, BoldDuotone, LineDuotone.
- Added multi-layer duotone rendering with optional secondary/tertiary/quaternary colors.
- Added publishing metadata and example app.