facial_liveness_verification 2.1.0
facial_liveness_verification: ^2.1.0 copied to clipboard
Advanced facial liveness detection with anti-spoofing protection for Flutter apps. Includes enterprise-grade security features, customizable UI, and real-time challenge validation.
We analyzed this package 13 hours 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
48 out of 129 API elements (37.2 %) have documentation comments.
Some symbols that are missing documentation: facial_liveness_verification.CameraManager.CameraManager.new, facial_liveness_verification.ChallengeValidator.ChallengeValidator.new, facial_liveness_verification.CoordinateUtils.CoordinateUtils.new, facial_liveness_verification.FaceDetectorWrapper.FaceDetectorWrapper.new, facial_liveness_verification.LivenessConfig.LivenessConfig.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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 does not support platform `Web`.
Because:
package:facial_liveness_verification/facial_liveness_verification.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
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:facial_liveness_verification/facial_liveness_verification.dartthat imports:package:facial_liveness_verification/src/utils/utils.dartthat imports:package:facial_liveness_verification/src/utils/image_converter.dartthat imports:package:facial_liveness_verification/src/core/core.dartthat imports:package:facial_liveness_verification/src/core/interfaces.dartthat imports:package:facial_liveness_verification/src/core/dependencies.dartthat imports:package:google_mlkit_face_detection/google_mlkit_face_detection.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:facial_liveness_verification/facial_liveness_verification.dartthat imports:package:facial_liveness_verification/src/utils/utils.dartthat imports:package:facial_liveness_verification/src/utils/image_converter.dartthat imports:package:facial_liveness_verification/src/core/core.dartthat imports:package:facial_liveness_verification/src/core/interfaces.dartthat imports:package:facial_liveness_verification/src/core/dependencies.dartthat imports:package:google_mlkit_face_detection/google_mlkit_face_detection.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:facial_liveness_verification/facial_liveness_verification.dartthat imports:package:facial_liveness_verification/src/utils/utils.dartthat imports:package:facial_liveness_verification/src/utils/image_converter.dartthat imports:package:facial_liveness_verification/src/core/core.dartthat imports:package:facial_liveness_verification/src/core/interfaces.dartthat imports:package:facial_liveness_verification/src/core/dependencies.dartthat imports:package:google_mlkit_face_detection/google_mlkit_face_detection.dartthat declares support for platforms:Android,iOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 12 issues. Showing the first 2:
/tmp/pana_XKZMHD/lib/src/anti_spoofing/anti_spoofing.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_XKZMHD/lib/src/challenges/challenges.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.11.2 |
0.11.3 | 0.11.3 | |
google_mlkit_face_detection |
^0.13.1 |
0.13.1 | 0.13.1 | |
permission_handler |
^12.0.1 |
12.0.1 | 12.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
camera_android_camerax |
- | 0.6.26+2 | 0.6.26+2 | |
camera_avfoundation |
- | 0.9.22+8 | 0.9.22+8 | |
camera_platform_interface |
- | 2.12.0 | 2.12.0 | |
camera_web |
- | 0.3.5+2 | 0.3.5+2 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.5+1 | 0.3.5+1 | |
flutter_plugin_android_lifecycle |
- | 2.0.33 | 2.0.33 | |
google_mlkit_commons |
- | 0.11.0 | 0.11.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
permission_handler_android |
- | 13.0.1 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.