qcrplugin 1.0.8
qcrplugin: ^1.0.8 copied to clipboard
Flutter plugin for AI-powered image capture, barcode scanning, OCR, and quality check workflows.
We analyzed this package in the last hour, and awarded it 105 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.0.8").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
8 out of 22 API elements (36.4 %) have documentation comments.
Some symbols that are missing documentation: qcrplugin, qcrplugin.Qcrplugin, qcrplugin.Qcrplugin.Qcrplugin.new, qcrplugin.Qcrplugin.getPlatformVersion, qcrplugin_method_channel.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Windows`.
Because:
package:qcrplugin/qcrplugin.dartthat imports:package:qcrplugin/src/ui/camera_screen.dartthat imports:package:sensors_plus/sensors_plus.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:qcrplugin/qcrplugin.dartthat imports:package:qcrplugin/src/ui/camera_screen.dartthat imports:package:sensors_plus/sensors_plus.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:qcrplugin/qcrplugin.dartthat imports:package:qcrplugin/src/ui/camera_screen.dartthat imports:package:sensors_plus/sensors_plus.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:qcrplugin/qcrplugin.dartthat imports:package:qcrplugin/src/ui/camera_screen.dartthat imports:package:audioplayers/audioplayers.dartthat imports:package:audioplayers/src/source.dartthat imports:package:audioplayers/src/audioplayer.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:qcrplugin/qcrplugin.dartthat imports:package:qcrplugin/src/ui/camera_screen.dartthat imports:package:qcrplugin/src/ui/native_image_widget.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
Swift Package Manager support:
Package does not support the Swift Package Manager on macOS
The package does not contain macos/qcrplugin/Package.swift.
Package does not support the Swift Package Manager on iOS
The package does not contain ios/qcrplugin/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 support:
Legacy Kotlin configuration detected in `android/build.gradle`.
This plugin applies the Kotlin Gradle Plugin (KGP) or uses the android.kotlinOptions{} block.
Note: This Android plugin does not support built-in Kotlin. In the future, this might affect scoring. See https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: The value of the field '_capturedImagePath' isn't used.
lib/src/ui/camera_screen.dart:46:11
╷
46 │ String? _capturedImagePath; // native path, null on web
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/ui/camera_screen.dart
INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/foundation.dart'.
lib/src/data/api/media_api.dart:2:8
╷
2 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/data/api/media_api.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
audioplayers |
^6.6.0 |
6.8.1 | 6.8.1 | |
camera |
^0.11.0 |
0.11.4 | 0.12.0+2 | |
dio |
^5.0.0 |
5.11.0 | 5.11.0 | |
image_picker |
^1.1.0 |
1.2.3 | 1.2.3 | |
mobile_scanner |
^5.0.0 |
5.2.3 | 7.4.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
provider |
^6.1.0 |
6.1.5+1 | 6.1.5+1 | |
sensors_plus |
^5.0.0 |
5.0.1 | 7.1.0 | |
shared_preferences |
^2.3.0 |
2.5.5 | 2.5.5 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
audioplayers_android |
- | 5.3.0 | 5.3.0 | |
audioplayers_darwin |
- | 6.5.0 | 6.5.0 | |
audioplayers_linux |
- | 4.3.0 | 4.3.0 | |
audioplayers_platform_interface |
- | 7.2.0 | 7.2.0 | |
audioplayers_web |
- | 5.3.0 | 5.3.0 | |
audioplayers_windows |
- | 4.4.1 | 4.4.1 | |
camera_android_camerax |
- | 0.6.30 | 0.7.4+2 | |
camera_avfoundation |
- | 0.9.23+2 | 0.10.2 | |
camera_platform_interface |
- | 2.13.1 | 2.13.1 | |
camera_web |
- | 0.3.5+4 | 0.3.5+4 | |
characters |
- | 1.4.1 | 1.4.1 | |
code_assets |
- | 1.2.1 | 1.2.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+4 | 0.3.5+4 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.2.1 | 2.2.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
file_selector_linux |
- | 0.9.4 | 0.9.4 | |
file_selector_macos |
- | 0.9.5 | 0.9.5 | |
file_selector_platform_interface |
- | 2.7.0 | 2.7.0 | |
file_selector_windows |
- | 0.9.3+5 | 0.9.3+5 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.35 | 2.0.35 | |
hooks |
- | 2.0.2 | 2.1.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker_android |
- | 0.8.13+19 | 0.8.13+19 | |
image_picker_for_web |
- | 3.1.1 | 3.1.1 | |
image_picker_ios |
- | 0.8.13+6 | 0.8.13+6 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2+1 | 0.2.2+1 | |
image_picker_platform_interface |
- | 2.11.1 | 2.11.1 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
jni |
- | 1.0.0 | 1.0.0 | |
jni_flutter |
- | 1.0.1 | 1.0.1 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.19.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
objective_c |
- | 9.4.1 | 9.4.1 | |
package_config |
- | 2.2.0 | 3.0.0 | |
path_provider |
- | 2.1.6 | 2.1.6 | |
path_provider_android |
- | 2.3.1 | 2.3.1 | |
path_provider_foundation |
- | 2.6.0 | 2.6.0 | |
path_provider_linux |
- | 2.2.2 | 2.2.2 | |
path_provider_platform_interface |
- | 2.1.3 | 2.1.3 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 1.0.0 | |
sensors_plus_platform_interface |
- | 1.2.0 | 2.0.2 | |
shared_preferences_android |
- | 2.4.27 | 2.4.27 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.2 | 2.4.2 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.1+1 | 3.4.1+1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.6.0 | 4.6.0 | |
vector_math |
- | 2.2.0 | 2.4.1 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^0.11.0` on camera does not support the stable version `0.12.0`.
Try running dart pub upgrade --major-versions camera to update the constraint.
The constraint `^5.0.0` on mobile_scanner does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions mobile_scanner to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.