ensemble_face_camera 1.2.54
ensemble_face_camera: ^1.2.54 copied to clipboard
A standalone face detection camera module for Ensemble.
We analyzed this package 26 hours ago, and awarded it 50 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
51 out of 189 API elements (27.0 %) have documentation comments.
Some symbols that are missing documentation: face_camera_manager, face_camera_manager.FaceCameraManagerImpl, face_camera_manager.FaceCameraManagerImpl.FaceCameraManagerImpl.new, face_camera_manager.FaceCameraManagerImpl.buildLoadingWidget, face_camera_manager.FaceCameraManagerImpl.buildOverlayWidget.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/web/face_detection_web.dart:5:8
╷
5 │ import 'dart:js_util' as js_util;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/web/face_detection_web.dart
INFO: Statements in an if should be enclosed in a block.
lib/web/smart_face_camera_web.dart:277:62
╷
277 │ !face_detection.WebFaceDetection.faceDetected.value) return;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/web/smart_face_camera_web.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.11.0+2 |
0.11.4 | 0.12.1 | |
collection |
^1.17.1 |
1.19.1 | 1.19.1 | |
ensemble |
^1.2.54 |
1.2.55 | 1.2.55 | |
ensemble_ts_interpreter |
^1.2.0 |
1.3.1 | 1.3.1 | |
face_camera |
^0.1.4 |
0.1.4 | 0.1.4 | |
image_picker |
^0.8.7+5 |
0.8.9 | 1.2.3 | |
js |
^0.6.7 |
0.6.7 | 0.7.2 | Discontinued |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.11.0+2` 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 `^0.8.7+5` on image_picker does not support the stable version `1.0.0`.
Try running dart pub upgrade --major-versions image_picker to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
URI_DOES_NOT_EXIST-lib/web/face_detection_web.dart:5:8- Target of URI doesn't exist: 'dart:js_util'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.