pixelpay_sdk 0.0.1
pixelpay_sdk: ^0.0.1 copied to clipboard
PixelPaySDK Plugin
We analyzed this package 13 hours ago, and awarded it 70 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.
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
179 out of 283 API elements (63.3 %) have documentation comments.
Some symbols that are missing documentation: Payment_transaction
, auth_transaction
, auth_transaction.AuthTransaction
, auth_transaction.AuthTransaction.AuthTransaction.new
, billing
.
10/10 points: Package has 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:pixelpay_sdk/base/helpers.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:pixelpay_sdk/base/helpers.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:pixelpay_sdk/base/helpers.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:pixelpay_sdk/base/helpers.dart
that declares support for platforms:Android
,iOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 75 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'package:pixelpay_sdk/requests/Payment_transaction.dart'.
lib/requests/sale_transaction.dart:1:8
╷
1 │ import 'package:pixelpay_sdk/requests/Payment_transaction.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/requests/sale_transaction.dart
ERROR: Classes can only extend other classes.
lib/requests/sale_transaction.dart:3:31
╷
3 │ class SaleTransaction extends PaymentTransaction {
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/requests/sale_transaction.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
crypto |
^3.0.1 |
3.0.6 | 3.0.6 | |
json_annotation |
^4.4.0 |
4.9.0 | 4.9.0 | |
sprintf |
^6.0.0 |
6.0.2 | 7.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^6.0.0` on sprintf does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions sprintf
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
URI_DOES_NOT_EXIST
-lib/requests/sale_transaction.dart:1:8
- Target of URI doesn't exist: 'package:pixelpay_sdk/requests/Payment_transaction.dart'.EXTENDS_NON_CLASS
-lib/requests/sale_transaction.dart:3:31
- Classes can only extend other classes.UNDEFINED_METHOD
-lib/services/transaction.dart:23:30
- The method 'toJson' isn't defined for the type 'SaleTransaction'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.