pagseguro_payment_tech 1.1.2 copy "pagseguro_payment_tech: ^1.1.2" to clipboard
pagseguro_payment_tech: ^1.1.2 copied to clipboard

Integre o Flutter com maquinas smarts da Pagseguro, utilizando o SDK do Pagseguro. Rápido e fácil.

130/ 160
pub points
15
downloads

We analyzed this package 11 days ago, and awarded it 130 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/JY-Labtech/pagseguro_payment_tech was unreachable. Make sure that the website is reachable via HEAD requests.

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

10 out of 119 API elements (8.4 %) 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: licence_constants, licence_constants.CHANNEL_NAME, licence_constants.USER_REFERENCE, licence_constants.licenceCheck, nfc.

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:pagseguro_payment_tech/pagseguro_payment_tech.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:pagseguro_payment_tech/pagseguro_payment_tech.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:pagseguro_payment_tech/pagseguro_payment_tech.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:pagseguro_payment_tech/pagseguro_payment_tech.dart that declares support for platforms: Android, iOS.

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:pagseguro_payment_tech/pagseguro_payment_tech.dart that imports:
  • package:pagseguro_payment_tech/payments/payment.dart that imports:
  • package:check_licence_tech/check_licence_tech.dart that imports:
  • package:check_licence_tech/src/check_licence_tech_controller.dart that imports:
  • package:check_licence_tech/src/data/check_device_provider.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.
Package does not support platform `iOS`.

Because:

  • package:pagseguro_payment_tech/pagseguro_payment_tech.dart that imports:
  • package:pagseguro_payment_tech/payments/payment.dart that imports:
  • package:check_licence_tech/check_licence_tech.dart that imports:
  • package:check_licence_tech/src/check_licence_tech_controller.dart that imports:
  • package:check_licence_tech/src/data/check_device_provider.dart that imports:
  • package:device_info_plus/device_info_plus.dart that imports:
  • package:device_info_plus/src/device_info_plus_windows.dart that imports:
  • package:win32_registry/win32_registry.dart that declares support for platforms: Windows.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/pagseguro_payment_tech/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 70 issues. Showing the first 2:

INFO: Don't invoke 'print' in production code.

lib/pagseguro_payment_tech.dart:47:7

   ╷
47 │       print('Error initializing payment: $e');
   │       ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/pagseguro_payment_tech.dart

INFO: Don't invoke 'print' in production code.

lib/pagseguro_payment_tech.dart:69:7

   ╷
69 │       print('Error initializing payment: $e');
   │       ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/pagseguro_payment_tech.dart

Failed report section
Support up-to-date dependencies
30 / 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
check_licence_tech ^0.1.1 0.1.2 1.0.0 Discontinued
path_provider ^2.1.1 2.1.5 2.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
device_info_plus - 11.5.0 12.3.0
device_info_plus_platform_interface - 7.0.3 7.0.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
flutter_secure_storage - 9.2.4 10.0.0
flutter_secure_storage_linux - 1.2.3 3.0.0
flutter_secure_storage_macos - 3.1.3 4.0.0
flutter_secure_storage_platform_interface - 1.1.2 2.0.1
flutter_secure_storage_web - 1.2.1 2.1.0
flutter_secure_storage_windows - 3.1.2 4.1.0
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
path_provider_android - 2.2.22 2.2.22
path_provider_foundation - 2.5.1 2.5.1
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.15.0 5.15.0
win32_registry - 2.1.0 2.1.0
xdg_directories - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^0.1.1` on check_licence_tech does not support the stable version `1.0.0`.

Try running dart pub upgrade --major-versions check_licence_tech to update the constraint.

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • check_licence_tech.

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.3, Flutter 3.38.4, Dart 3.10.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
15
downloads

Publisher

verified publisherjylabtech.com.br

Weekly Downloads

Integre o Flutter com maquinas smarts da Pagseguro, utilizando o SDK do Pagseguro. Rápido e fácil.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

check_licence_tech, flutter, path_provider

More

Packages that depend on pagseguro_payment_tech

Packages that implement pagseguro_payment_tech