color_palette_formats 2.0.0
color_palette_formats: ^2.0.0 copied to clipboard
A Flutter package for decoding and encoding various color palette formats
2.0.0 #
- Breaking Change: Reworked API to accept only bytes. The new API now uses
<PaletteClass>.fromBytes()to decode andpalette.toBytes()to encode.
1.1.2 #
- Fixed linter issues
1.1.1 #
- Fixed linter issues
1.1.0 #
- Targeting dart 3.2 and flutter 3.16
- Replaced freezed with dart_mappable
1.0.0 #
- First release