flutter_liveness_detection_randomized_plugin 1.1.0
flutter_liveness_detection_randomized_plugin: ^1.1.0 copied to clipboard
A Flutter plugin for liveness detection with randomized challenge response method
We analyzed this package 15 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
344 out of 494 API elements (69.6 %) have documentation comments.
Some symbols that are missing documentation: flutter_liveness_detection_randomized_plugin, flutter_liveness_detection_randomized_plugin.FlutterLivenessDetectionRandomizedPlugin, flutter_liveness_detection_randomized_plugin.FlutterLivenessDetectionRandomizedPlugin.getPlatformVersion, flutter_liveness_detection_randomized_plugin.FlutterLivenessDetectionRandomizedPlugin.instance, flutter_liveness_detection_randomized_plugin.FlutterLivenessDetectionRandomizedPlugin.livenessDetection.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_liveness_detection_randomized_plugin/flutter_liveness_detection_randomized_plugin.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:flutter_liveness_detection_randomized_plugin/flutter_liveness_detection_randomized_plugin.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:flutter_liveness_detection_randomized_plugin/flutter_liveness_detection_randomized_plugin.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:flutter_liveness_detection_randomized_plugin/flutter_liveness_detection_randomized_plugin.dartthat declares support for platforms:Android,iOS.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/flutter_liveness_detection_randomized_plugin/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 24 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/presentation/widgets/circular_progress_widget/circular_progress_widget.dart:95:3
╷
95 │ _updateProgress() {
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/presentation/widgets/circular_progress_widget/circular_progress_widget.dart
/tmp/pana_JYWVEB/lib/flutter_liveness_detection_randomized_plugin.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
camera |
0.10.6 |
0.10.6 | 0.11.3 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
google_mlkit_face_detection |
^0.13.1 |
0.13.1 | 0.13.1 | |
image |
^4.0.15 |
4.3.0 | 4.5.4 | |
lottie |
^2.4.0 |
2.7.0 | 3.3.2 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
screen_brightness |
^2.1.2 |
2.1.7 | 2.1.7 | |
shared_preferences |
^2.2.2 |
2.5.3 | 2.5.3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `0.10.6` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera to update the constraint.
The constraint `^2.4.0` on lottie does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions lottie 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.2, Flutter 3.38.1, Dart 3.10.0.
Check the analysis log for details.