larkfinserv_flutter_sdk 0.0.3
larkfinserv_flutter_sdk: ^0.0.3 copied to clipboard
A Flutter SDK for integrating Lark FinServ's loan eligibility check functionality into your Flutter applications.
We analyzed this package 2 hours ago, and awarded it 145 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
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.3").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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 61 API elements (4.9 %) 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_flutter_sdk, larkfinserv_flutter_sdk.EligibilityCheckWidget, larkfinserv_flutter_sdk.EligibilityCheckWidget.EligibilityCheckWidget.new, larkfinserv_flutter_sdk.EligibilityCheckWidget.onEvent, larkfinserv_flutter_sdk.EligibilityCheckWidget.sdk.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:larkfinserv_flutter_sdk/larkfinserv_flutter_sdk.dartthat imports:package:larkfinserv_flutter_sdk/src/widgets/eligibility_check_widget.dartthat imports:package:larkfinserv_flutter_sdk/src/larkfinserv_sdk.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:larkfinserv_flutter_sdk/larkfinserv_flutter_sdk.dartthat imports:package:larkfinserv_flutter_sdk/src/widgets/eligibility_check_widget.dartthat imports:package:larkfinserv_flutter_sdk/src/larkfinserv_sdk.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:larkfinserv_flutter_sdk/larkfinserv_flutter_sdk.dartthat imports:package:larkfinserv_flutter_sdk/src/widgets/eligibility_check_widget.dartthat imports:package:larkfinserv_flutter_sdk/src/larkfinserv_sdk.dartthat imports:package:webview_flutter/webview_flutter.dartthat declares support for platforms:Android,iOS,macOS.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
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.
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.11, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.