pixelpay_sdk 0.0.1 copy "pixelpay_sdk: ^0.0.1" to clipboard
pixelpay_sdk: ^0.0.1 copied to clipboard

outdated

PixelPaySDK Plugin

70/ 160
pub points
37
downloads

We analyzed this package 13 hours ago, and awarded it 70 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 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.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.

Failed check 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.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

Failed check 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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 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.

Weekly downloads

Display as:
By versions:
3
likes
70
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

PixelPaySDK Plugin

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, json_annotation, sprintf

More

Packages that depend on pixelpay_sdk

Packages that implement pixelpay_sdk