apex_kyc 1.1.4
apex_kyc: ^1.1.4 copied to clipboard
A comprehensive Flutter SDK for KYC (Know Your Customer) verification featuring document capture, real-time liveness detection with randomized challenges, and seamless backend integration. Supports mu [...]
We analyzed this package 2 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.
Repository URL doesn't exist.
At the time of the analysis https://github.com/codepadding/apex_kyc_flutter_sdk.git was unreachable. Make sure that the website is reachable via HEAD requests.
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
432 out of 721 API elements (59.9 %) have documentation comments.
Some symbols that are missing documentation: apex_kyc, apex_kyc.FlutterLivenessDetectionRandomizedPlugin, apex_kyc.FlutterLivenessDetectionRandomizedPlugin.getPlatformVersion, apex_kyc.FlutterLivenessDetectionRandomizedPlugin.instance, apex_kyc.FlutterLivenessDetectionRandomizedPlugin.livenessDetection.
10/10 points: Package has an example
10/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:apex_kyc/apex_kyc.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:apex_kyc/apex_kyc.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:apex_kyc/apex_kyc.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:apex_kyc/apex_kyc.dartthat declares support for platforms:Android,iOS.
Swift Package Manager support:
Package does not support the Swift Package Manager on iOS
The package does not contain ios/apex_kyc/Package.swift.
Note: This iOS or macOS plugin does not support the Swift Package Manager, resulting in a partial score. 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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
WARNING: The annotation 'override' can only be used on fields, getters, methods, or setters.
lib/src/models/liveness_detection_threshold.dart:34:4
╷
34 │ @override
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/liveness_detection_threshold.dart
INFO: Missing type annotation.
lib/src/presentation/widgets/circular_progress_widget/circular_progress_widget.dart:91:3
╷
91 │ _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
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.12.0+2 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.5 |
2.1.0 | 2.1.0 | |
google_mlkit_face_detection |
^0.13.1 |
0.13.2 | 0.15.1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
http_parser |
^4.0.2 |
4.1.2 | 4.1.2 | |
image |
^4.0.15 |
4.3.0 | 4.9.2 | |
image_picker |
^1.0.7 |
1.2.3 | 1.2.3 | |
lottie |
^2.4.0 |
2.7.0 | 3.5.1 | |
path_provider |
^2.1.3 |
2.1.6 | 2.1.6 | |
permission_handler |
^11.3.1 |
11.4.0 | 13.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
screen_brightness |
^2.1.2 |
2.1.11 | 2.1.11 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 |
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.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 `^0.13.1` on google_mlkit_face_detection does not support the stable version `0.14.0`.
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.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.