nimbbl_mobile_kit_flutter_core_api_sdk 0.0.6 nimbbl_mobile_kit_flutter_core_api_sdk: ^0.0.6 copied to clipboard
nimbbl core api sdks for checkout sdk
We analyzed this package 25 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
-
pubspec.yaml
doesn't have ahomepage
entry. -
pubspec.yaml
doesn't have arepository
entry.
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: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 186 API elements (0.0 %) 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: api_constants
, api_constants.checkoutCancelUrl
, api_constants.checkoutDetailUrl
, api_constants.transactionEnquiryUrl
, api_constants.updateOrderUrl
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm
, and will be rewarded additional points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
WARNING: The value of the local variable 'response' isn't used.
lib/nimbbl_mobile_kit_flutter_core_api_sdk.dart:81:13
╷
81 │ final response = await dio.patch(
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/nimbbl_mobile_kit_flutter_core_api_sdk.dart
WARNING: The left operand can't be null, so the right operand is never executed.
lib/utils/utils.dart:29:28
╷
29 │ return androidInfo.id??'';
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/utils.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
connectivity_plus |
^6.0.3 |
6.1.1 | 6.1.1 |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
device_info_plus |
^10.1.0 |
10.1.2 | 11.2.0 |
dio |
^5.4.3+1 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
image |
^4.2.0 |
4.4.0 | 4.4.0 |
sprintf |
^7.0.0 |
7.0.0 | 7.0.0 |
talker_dio_logger |
^4.4.1 |
4.5.2 | 4.5.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
ansicolor |
- | 2.0.3 | 2.0.3 |
archive |
- | 4.0.1 | 4.0.1 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.4.0 |
collection |
- | 1.19.0 | 1.19.1 |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 |
dbus |
- | 0.7.10 | 0.7.10 |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
http_parser |
- | 4.1.1 | 4.1.1 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
nm |
- | 0.5.0 | 0.5.0 |
path |
- | 1.9.1 | 1.9.1 |
petitparser |
- | 6.0.2 | 6.0.2 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
posix |
- | 6.0.1 | 6.0.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
source_span |
- | 1.10.1 | 1.10.1 |
string_scanner |
- | 1.4.0 | 1.4.0 |
talker |
- | 4.5.2 | 4.5.2 |
talker_logger |
- | 4.5.2 | 4.5.2 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 5.9.0 | 5.9.0 |
win32_registry |
- | 1.1.5 | 2.0.1 |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.