- Updates README to link to the published example.
- Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
- Makes the example app compatible with the
web
. - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Aligns Dart and Flutter SDK constraints.
- Ignores lint warnings from new changes in Flutter master.
- Suppresses deprecation warnings for changes to Flutter master.
- Fixes lint warnings.
- Migrates from
ui.hash*
toObject.hash*
.
- Avoids dynamic calls in equality checks.
- Fix typos
- Fix
unnecessary_import
lint errors.
- Add PaletteGenerator.fromByteData to allow creating palette from image byte data.
- Migrated to null safety.
- Removed a
dart:async
import that isn't required for >=Dart 2.1.
- Fix PaletteGenerator.fromImageProvider region not scaled to fit image size.
- Bumped minimum Flutter version to 1.15.21 to pick up Diagnosticable as a mixin and remove DiagnosticableMixin.
- Bumped minimum Flutter version to 1.6.7 to pick up DiagnosticableMixin.
- PaletteGenerator: performance improvements.
- Updated code to be compatible with Flutter breaking change.
- Fixed a problem with a listener that wasn't being unregistered properly.
- Initial Open Source release.