color_palette_formats 2.0.1 color_palette_formats: ^2.0.1 copied to clipboard
A Flutter package for decoding and encoding various color palette formats
2.0.1 #
- Ignore unknown block type when decoding ase format
- Upgraded
dart_mappable
to latest version
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
withdart_mappable
1.0.0 #
- First release