tonder_sdk_full 0.0.3
tonder_sdk_full: ^0.0.3 copied to clipboard
Tonder SDK Full to integrate REST service
We analyzed this package 9 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 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: tonder_sdk_full
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Could not find any pubspec.yaml
in the repository.
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
19 out of 278 API elements (6.8 %) 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: card_item
, card_item.CardItem
, card_item.CardItem.CardItem.new
, card_item.CardItem.cardNumber
, card_item.CardItem.cardType
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:tonder_sdk_full/classes/inline_checkout.dart
that imports:package:tonder_sdk_lite/network/lite_checkout.dart
that imports:package:openpay_bbva/openpay_bbva.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:tonder_sdk_full/classes/inline_checkout.dart
that imports:package:tonder_sdk_lite/network/lite_checkout.dart
that imports:package:openpay_bbva/openpay_bbva.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:tonder_sdk_full/classes/inline_checkout.dart
that imports:package:tonder_sdk_lite/network/lite_checkout.dart
that imports:package:openpay_bbva/openpay_bbva.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:tonder_sdk_full/classes/inline_checkout.dart
that imports:package:tonder_sdk_lite/network/lite_checkout.dart
that imports:package:openpay_bbva/openpay_bbva.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:tonder_sdk_full/classes/inline_checkout.dart
that imports:package:tonder_sdk_lite/network/lite_checkout.dart
that imports:package:tonder_sdk_lite/network/http_client.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 85 issues. Showing the first 2:
WARNING: The receiver can't be null, so the null-aware operator '?.' is unnecessary.
lib/classes/inline_checkout.dart:313:16
╷
313 │ if (cards?.cards?.records?.isNotEmpty ?? false) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/classes/inline_checkout.dart
WARNING: The value of the local variable 'process3ds' isn't used.
lib/classes/inline_checkout.dart:424:22
╷
424 │ ThreeDsHandler process3ds = ThreeDsHandler(
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/classes/inline_checkout.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
google_fonts |
^6.1.0 |
6.3.2 | 6.3.2 | |
html |
^0.15.4 |
0.15.6 | 0.15.6 | |
http |
^1.2.1 |
1.5.0 | 1.5.0 | |
localstorage |
^4.0.1+4 |
4.0.1+4 | 6.0.0 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
tonder_sdk_lite |
^0.0.5 |
0.0.5 | 0.0.5 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 | |
webview_flutter |
^4.7.0 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^4.0.1+4` on localstorage does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions localstorage
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.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.