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 43 hours ago, and awarded it 50 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
431 out of 720 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
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
Found 18 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'dart:js_util'.
lib/src/core/utils/web_mediapipe_face_detector_web.dart:4:8
╷
4 │ import 'dart:js_util';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/utils/web_mediapipe_face_detector_web.dart
ERROR: The function 'getProperty' isn't defined.
lib/src/core/utils/web_mediapipe_face_detector_web.dart:19:20
╷
19 │ final bridge = getProperty(html.window, 'apexKycFaceDetection');
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/core/utils/web_mediapipe_face_detector_web.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+1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
equatable |
^2.0.5 |
2.0.8 | 2.0.8 | |
google_mlkit_face_detection |
^0.13.1 |
0.13.2 | 0.13.2 | |
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.1 | |
image_picker |
^1.0.7 |
1.2.2 | 1.2.2 | |
lottie |
^2.4.0 |
2.7.0 | 3.4.0 | |
path_provider |
^2.1.3 |
2.1.6 | 2.1.6 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.3 | |
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 3 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 `^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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 15 errors:
URI_DOES_NOT_EXIST-lib/src/core/utils/web_mediapipe_face_detector_web.dart:4:8- Target of URI doesn't exist: 'dart:js_util'.UNDEFINED_FUNCTION-lib/src/core/utils/web_mediapipe_face_detector_web.dart:19:20- The function 'getProperty' isn't defined.UNDEFINED_FUNCTION-lib/src/core/utils/web_mediapipe_face_detector_web.dart:27:22- The function 'getProperty' isn't defined.
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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.