diff_image2 1.0.2 diff_image2: ^1.0.2 copied to clipboard
A package to get the difference between two images. Currently supports fetching images from web and from local memory.
1.0.2 #
- Upgrade to Flutter 3.16
1.0.1 #
- Removed
image
package export. - Added a better Dart example, using a
pubspec.yaml
to handle the dependencies.
1.0.0 #
- Added comparison between local files.
- Refactored with a better code style.
- Separate save diff image function from the compare images function.
0.1.1 #
- Fixed some health suggestions from Dart Pub.
0.1.0 #
- Initial version, created by Limonadev.
- Support for comparing only images from web (urls).