uat_larkfinserv_multi 1.0.7
uat_larkfinserv_multi: ^1.0.7 copied to clipboard
A Flutter SDK for integrating Lark FinServ's loan eligibility check functionality into your Flutter applications.
We analyzed this package 2 days ago, and awarded it 130 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/yourusername/larkfinserv_flutter_sdk was unreachable. Make sure that the website is reachable via HEAD requests.
Repository URL doesn't exist.
At the time of the analysis https://github.com/yourusername/larkfinserv_flutter_sdk.git was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/yourusername/larkfinserv_flutter_sdk/issues 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.
0/10 points: 20% or more of the public API has dartdoc comments
3 out of 64 API elements (4.7 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: larkfinserv_multi_sdk, larkfinserv_multi_sdk.EligibilityCheckWidget, larkfinserv_multi_sdk.EligibilityCheckWidget.EligibilityCheckWidget.new, larkfinserv_multi_sdk.EligibilityCheckWidget.onEvent, larkfinserv_multi_sdk.EligibilityCheckWidget.sdk.
10/10 points: Package has an example
10/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Web
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:uat_larkfinserv_multi/uat_larkfinserv_multi.dartthat imports:package:uat_larkfinserv_multi/src/widgets/eligibility_check_widget.dartthat imports:package:uat_larkfinserv_multi/src/larkfinserv_sdk.dartthat imports:package:uat_larkfinserv_multi/src/widgets/kyc_webview_screen.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:uat_larkfinserv_multi/uat_larkfinserv_multi.dartthat imports:package:uat_larkfinserv_multi/src/widgets/eligibility_check_widget.dartthat imports:package:uat_larkfinserv_multi/src/larkfinserv_sdk.dartthat imports:package:uat_larkfinserv_multi/src/widgets/kyc_webview_screen.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:uat_larkfinserv_multi/uat_larkfinserv_multi.dartthat imports:package:uat_larkfinserv_multi/src/widgets/eligibility_check_widget.dartthat imports:package:uat_larkfinserv_multi/src/larkfinserv_sdk.dartthat imports:package:uat_larkfinserv_multi/src/widgets/kyc_webview_screen.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat imports:package:flutter_inappwebview/src/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dartthat imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dartthat imports:package:flutter_inappwebview_platform_interface/src/main.dartthat imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.dartthat imports:dart:io
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:uat_larkfinserv_multi/uat_larkfinserv_multi.dartthat imports:package:uat_larkfinserv_multi/src/widgets/eligibility_check_widget.dartthat imports:package:uat_larkfinserv_multi/src/larkfinserv_sdk.dartthat imports:package:uat_larkfinserv_multi/src/widgets/kyc_webview_screen.dartthat imports:package:flutter_inappwebview/flutter_inappwebview.dartthat imports:package:flutter_inappwebview/src/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/main.dartthat imports:package:flutter_inappwebview/src/webview_environment/webview_environment.dartthat imports:package:flutter_inappwebview_platform_interface/flutter_inappwebview_platform_interface.dartthat imports:package:flutter_inappwebview_platform_interface/src/main.dartthat imports:package:flutter_inappwebview_platform_interface/src/in_app_localhost_server.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.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_inappwebview |
^6.1.5 |
6.1.5 | 6.1.5 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
permission_handler |
^12.0.1 |
12.0.3 | 13.0.2 | |
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.
The constraint `^12.0.1` on permission_handler does not support the stable version `13.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.19, Flutter 3.47.4, Dart 3.13.3.
Check the analysis log for details.