app_color_parser
A lightweight Flutter package for converting between Color, hex strings, and ARGB integers, with built-in JSON serialization support.
0.0.7
59 downloads/mo
#3434 most downloaded on pub.dev
GenieCoderSrc/app_color_parser
What this package is like to depend on
Last release 2 months ago
15 Jun 2026
Release timing varies
gaps range from 2 months to 10 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
7 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
7 releases · Apr 2025 to Jun 2026
2026
Releases
latest 7-
0.0.715 Jun 2026Release notes
Open source →Jun 15, 2026
✨ Updated
- Updated
flex_color_pickerto ^3.8.0 - Maintenance update for dependency compatibility.
- Updated
-
0.0.620 Aug 2025Release notes
Open source →Aug 22, 2025
✨ Updated
- Updated Dart sdk to 3.9.0
- Removed flutter_lints Dependency
-
0.0.525 Jun 2025Release notes
Open source →Jun 25, 2025
Changed
- Refactored ColorHexExtension.toHex({bool includeAlpha}) to delegate hex formatting to ColorTools.colorCode(Color) from the flex_color_picker package.
- Improved clarity and re-usability by stripping the alpha channel conditionally instead of manually handling Color.value.
-
0.0.5+125 Jun 2025Release notes
Open source →Jun 25, 2025
Changed
toHex()now returns color strings in Flutter's preferred format using'0xff$hex'.- Integrated
ColorTools.colorCode(Color)fromflex_color_pickerto produce consistent 8-digitAARRGGBBformat before prefixing. - Ensures lowercase
0xffprefix, matching how Flutter represents colors in source code.
-
0.0.408 May 2025Release notes
Open source →- Added
hex_color_extensionfor serializing/deserializingColoras hex string.
- Added
-
0.0.308 May 2025Release notes
Open source →- Added
HexColorJsonParserfor serializing/deserializingColoras hex string.
- Added
-
0.0.230 Apr 2025