sprintliveness 0.1.1
sprintliveness: ^0.1.1 copied to clipboard
A Flutter plugin for face liveness detection. Supports real-time face detection, randomized challenges (smile, blink, head rotation), and works on Android, iOS, Web, and Desktop.
We analyzed this package 40 hours ago, and awarded it 150 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
32 out of 111 API elements (28.8 %) have documentation comments.
Some symbols that are missing documentation: accent_painter, accent_painter.AccentPainter, accent_painter.AccentPainter.AccentPainter.new, badge, badge.Badge.
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:sprintliveness/sprintliveness.dartthat imports:package:sprintliveness/sprintliveness_platform_interface.dartthat imports:package:sprintliveness/sprintliveness_method_channel.dartthat imports:package:sprintliveness/liveness_screen.dartthat imports:package:sprintliveness/component/circular_liveness_viewport.dartthat imports:package:camera/camera.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:sprintliveness/sprintliveness.dartthat imports:package:sprintliveness/sprintliveness_platform_interface.dartthat imports:package:sprintliveness/sprintliveness_method_channel.dartthat imports:package:sprintliveness/liveness_screen.dartthat imports:package:sprintliveness/component/circular_liveness_viewport.dartthat imports:package:camera/camera.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:sprintliveness/sprintliveness.dartthat imports:package:sprintliveness/sprintliveness_platform_interface.dartthat imports:package:sprintliveness/sprintliveness_method_channel.dartthat imports:package:sprintliveness/liveness_screen.dartthat imports:package:sprintliveness/component/circular_liveness_viewport.dartthat imports:package:camera/camera.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:sprintliveness/sprintliveness.dartthat imports:package:sprintliveness/sprintliveness_platform_interface.dartthat imports:package:sprintliveness/sprintliveness_method_channel.dartthat imports:package:sprintliveness/liveness_screen.dartthat imports:package:google_mlkit_face_detection/google_mlkit_face_detection.dartthat declares support for platforms:Android,iOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:sprintliveness/sprintliveness.dartthat imports:package:sprintliveness/sprintliveness_platform_interface.dartthat imports:package:sprintliveness/sprintliveness_method_channel.dartthat imports:package:sprintliveness/liveness_screen.dartthat imports:package:google_mlkit_face_detection/google_mlkit_face_detection.dartthat imports:package:google_mlkit_face_detection/src/face_detector.dartthat imports:package:google_mlkit_commons/google_mlkit_commons.dartthat imports:package:google_mlkit_commons/src/input_image.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 PM-ready: This iOS or macOS plugin supports the Swift Package Manager. 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.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
^0.12.0+1 |
0.12.0+1 | 0.12.0+1 | |
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
google_mlkit_face_detection |
^0.13.2 |
0.13.2 | 0.14.0 | |
permission_handler |
^12.0.2 |
12.0.3 | 12.0.3 | |
plugin_platform_interface |
^2.1.8 |
2.1.8 | 2.1.8 | |
vector_math |
^2.2.0 |
2.2.0 | 2.4.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.13.2` on google_mlkit_face_detection does not support the stable version `0.14.0`, that was published 0 days ago.
When google_mlkit_face_detection is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions google_mlkit_face_detection 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.4, Dart 3.12.2.
Check the analysis log for details.