colorgram 2.0.0 colorgram: ^2.0.0 copied to clipboard
Colorgram is a lightweight tool that allows you to extract prominent colors from image. This is a Dart port of the original Colorgram.js library.
1.0.0 #
- Initial version.
1.0.1 #
- Added links to example
2.0.0 #
- Major performance improvements
- Makes it easier for resizing operations to be done on image
- Dropped pure dart support
- Flutter Web is now supported
- Changed how the main extractColor function works: Takes ImageProvider as the input instead of File