diff_image2 1.2.1 diff_image2: ^1.2.1 copied to clipboard
A package to get the difference between two images. Currently supports fetching images from web and from local memory.
1.2.1 #
- Remove unnecessary await for file isExist
1.2.0 #
- Fix
compareFromFile
not working - Rename any
Img
toImage
for parameters
1.1.0 #
- Add
compareFromFile
function to compare image files - Update
saveImage
function to take name and directory and save image result
1.0.4 #
- Update documentation
1.0.3 #
- Update the sample image
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).