flutter_meon_kyc 2.0.6
flutter_meon_kyc: ^2.0.6 copied to clipboard
A comprehensive Flutter package for handling Know Your Customer (KYC) processes with automatic permissions, IPV support, payment integration, and complete lifecycle management.
We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/your-repo/flutter-meon-kyc 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
19 out of 24 API elements (79.2 %) have documentation comments.
Some symbols that are missing documentation: flutter_meon_kyc, flutter_meon_kyc.MeonKYC.MeonKYC.new, flutter_meon_kyc.SDKCall.SDKCall.new, flutter_meon_kyc.SDKCall.companyName, flutter_meon_kyc.SDKCall.workflowName.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:flutter_meon_kyc/flutter_meon_kyc.dartthat imports:package:android_intent_plus/android_intent.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:flutter_meon_kyc/flutter_meon_kyc.dartthat imports:package:android_intent_plus/android_intent.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:flutter_meon_kyc/flutter_meon_kyc.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:flutter_meon_kyc/flutter_meon_kyc.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:flutter_meon_kyc/flutter_meon_kyc.dartthat imports:package:android_intent_plus/android_intent.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/flutter_meon_kyc.dart:530:53
╷
530 │ backgroundColor: option.color.withOpacity(0.1),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_meon_kyc.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/flutter_meon_kyc.dart:1029:39
╷
1029 │ color: Colors.black.withOpacity(0.05),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/flutter_meon_kyc.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
android_intent_plus |
^5.3.0 |
5.3.1 | 6.0.0 | |
flutter_inappwebview |
^6.0.0 |
6.1.5 | 6.1.5 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
logger |
^2.0.2+1 |
2.7.0 | 2.7.0 | |
permission_handler |
^11.0.1 |
11.4.0 | 12.0.1 | |
url_launcher |
^6.2.2 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.4.2 |
4.13.1 | 4.13.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.3.0` on android_intent_plus does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions android_intent_plus to update the constraint.
The constraint `^11.0.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.12, Flutter 3.44.0, Dart 3.12.0.
Check the analysis log for details.