0.3.2
- Fix typos
- Fix
unnecessary_import
lint errors.
0.3.1
- Add PaletteGenerator.fromByteData to allow creating palette from image byte data.
0.3.0
0.2.4+1
- Removed a
dart:async
import that isn't required for >=Dart 2.1.
0.2.4
- Fix PaletteGenerator.fromImageProvider region not scaled to fit image size.
0.2.3
- Bumped minimum Flutter version to 1.15.21 to pick up Diagnosticable as a mixin and remove DiagnosticableMixin.
0.2.2
- Bumped minimum Flutter version to 1.6.7 to pick up DiagnosticableMixin.
0.2.1
- PaletteGenerator: performance improvements.
0.2.0
- Updated code to be compatible with Flutter breaking change.
0.1.1
- Fixed a problem with a listener that wasn't being unregistered properly.
0.1.0
- Initial Open Source release.