dup_image_finder 0.1.2
dup_image_finder: ^0.1.2 copied to clipboard
A cross-platform pure Dart library for detecting duplicate images using various methods (e.g. hashing, CNN), supporting multiple image formats and efficient similarity comparison
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dup_image_finder
With Flutter:
$ flutter pub add dup_image_finder
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dup_image_finder: ^0.1.2
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dup_image_finder/dup_image_finder.dart';