google_vision_flutter 1.4.0
google_vision_flutter: ^1.4.0 copied to clipboard
Add Google Visions image labeling, face, logo, and landmark detection into your Flutter applications.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
413 out of 669 API elements (61.7 %) have documentation comments.
Some symbols that are missing documentation: google_vision_flutter.AnnotateFileRequest.AnnotateFileRequest.fromJson
, google_vision_flutter.AnnotateFileRequest.AnnotateFileRequest.new
, google_vision_flutter.AnnotateFileRequest.toJson
, google_vision_flutter.AnnotateFileResponse
, google_vision_flutter.AnnotateFileResponse.AnnotateFileResponse.fromJson
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:google_vision_flutter/google_vision_flutter.dart
that imports:package:google_vision/google_vision.dart
that imports:package:google_vision/src/model/json_image.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_browser.dart
that imports:package:universal_io/src/internet_address.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:google_vision_flutter/google_vision_flutter.dart
that imports:package:google_vision/google_vision.dart
that imports:package:google_vision/src/model/json_image.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_vm.dart
that imports:package:universal_io/src/new_universal_http_client.dart
that imports:package:universal_io/src/_helpers.dart
that imports:package:universal_io/src/_helpers_impl_elsewhere.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: 'AnnotatedResponses' is deprecated and shouldn't be used. Use AnnotatedResponses.
lib/src/google_vision.dart:91:13
╷
91 │ Future<gv.AnnotatedResponses> annotate(
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/google_vision.dart
INFO: 'annotate' is deprecated and shouldn't be used. Use [GoogleVisionImage.annotate] instead.
lib/src/google_vision.dart:93:21
╷
93 │ _googleVision.annotate(
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/google_vision.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
dio |
^5.6.0 |
5.8.0+1 | 5.8.0+1 | |
flutter_image_converter |
^0.3.3 |
0.3.4 | 0.4.1 | |
google_vision |
^1.4.0 |
1.4.0+1 | 2.0.0+6 | |
universal_io |
^2.2.2 |
2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
- | 4.0.6 | 4.0.6 | |
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.3 | 1.6.3 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
crypto_keys_plus |
- | 0.4.0 | 0.4.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
http |
- | 1.3.0 | 1.3.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image |
- | 4.5.4 | 4.5.4 | |
jose_plus |
- | 0.4.6 | 0.4.6 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
posix |
- | 6.0.2 | 6.0.2 | |
retrofit |
- | 4.4.2 | 4.4.2 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_platform |
- | 1.1.0 | 1.1.0 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
x509_plus |
- | 0.3.2 | 0.3.2 | |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.3.3` on flutter_image_converter does not support the stable version `0.4.0`.
Try running dart pub upgrade --major-versions flutter_image_converter
to update the constraint.
The constraint `^1.4.0` on google_vision does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions google_vision
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.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.