app_color_parser 0.0.4
app_color_parser: ^0.0.4 copied to clipboard
A lightweight Flutter package for converting between Color, hex strings, and ARGB integers, with built-in JSON serialization support.
Changelog #
All notable changes to this project will be documented in this file.
0.0.4 #
- Added
hex_color_extension
for serializing/deserializingColor
as hex string.
0.0.3 #
- Added
HexColorJsonParser
for serializing/deserializingColor
as hex string.
0.0.2 #
- Create Example file.
0.0.1 #
- Added
HexColorExtension
for converting betweenColor
and hex strings. - Added
ColorJsonHelper
for serializing/deserializingColor
as ARGB integer. - Added
HexColorJsonHelper
for serializing/deserializingColor
as hex string. - Defined
IColorJsonHelper
interface for custom JSON color serialization strategies.