whitecodel_image_compare 1.1.0 copy "whitecodel_image_compare: ^1.1.0" to clipboard
whitecodel_image_compare: ^1.1.0 copied to clipboard

Flutter image similarity — combines OpenCV pixel matching, perceptual hashes, and optional OCR into one tuned pipeline with production-ready performance.

140/ 160
pub points
104
downloads

We analyzed this package 37 hours ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

25 out of 94 API elements (26.6 %) have documentation comments.

Some symbols that are missing documentation: whitecodel_image_compare, whitecodel_image_compare.CompareInputMeta.CompareInputMeta.new, whitecodel_image_compare.CompareInputMeta.maxImageDimension, whitecodel_image_compare.CompareInputMeta.queryOriginal, whitecodel_image_compare.CompareInputMeta.queryPrepared.

Passed check 10/10 points: Package has an example

Partially passed report section
Platform support
10 / 20trigger folding of the section

Partially passed check 10/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:whitecodel_image_compare/whitecodel_image_compare.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:whitecodel_image_compare/whitecodel_image_compare.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:whitecodel_image_compare/whitecodel_image_compare.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:whitecodel_image_compare/whitecodel_image_compare.dart that declares support for platforms: Android, iOS.

Swift Package Manager support:

Package does not support the Swift Package Manager on iOS

The package does not contain ios/whitecodel_image_compare/Package.swift.

Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. See https://docs.flutter.dev/to/spm for details.

Built-in Kotlin-ready: This Android plugin supports built-in Kotlin. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Missing type annotation.

lib/src/vendor/pixelmatching/pixelmatching.dart:34:30

   ╷
34 │   void _clientMessageHandler(message) {
   │                              ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/vendor/pixelmatching/pixelmatching.dart

INFO: Missing type annotation.

lib/src/vendor/pixelmatching/pixelmatching_client.dart:50:21

   ╷
50 │ void _handleMessage(message) {
   │                     ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/vendor/pixelmatching/pixelmatching_client.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
ffi ^2.1.3 2.2.0 2.2.0
image ^4.5.4 4.9.2 4.9.2
image_hash ^1.1.0 1.1.0 1.1.0
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.2.0 4.2.0
characters - 1.4.1 1.4.1
collection - 1.19.1 1.19.1
material_color_utilities - 0.13.0 0.13.1
meta - 1.19.0 1.19.0
path - 1.9.1 1.9.1
posix - 6.5.2 6.5.2
vector_math - 2.4.2 2.4.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.18, Flutter 3.47.0, Dart 3.13.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
140
points
104
downloads

Documentation

API reference

Publisher

verified publisherwhitecodel.com

Weekly Downloads

Flutter image similarity — combines OpenCV pixel matching, perceptual hashes, and optional OCR into one tuned pipeline with production-ready performance.

Repository (GitHub)
View/report issues

Topics

#image #comparison #opencv #ocr #computer-vision

License

MIT (license)

Dependencies

ffi, flutter, image, image_hash

More

Packages that depend on whitecodel_image_compare

Packages that implement whitecodel_image_compare