terra_dart_onchain_payments 1.1.9 copy "terra_dart_onchain_payments: ^1.1.9" to clipboard
terra_dart_onchain_payments: ^1.1.9 copied to clipboard

A lightweight payment management library for the terra ecosystem

0
likes
120/ 140
pub points
34%
popularity

We analyzed this package 24 hours ago, and awarded it 120 pub points (of a possible 140):

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

0/10 points: Provide a valid pubspec.yaml

Repository URL doesn't exist.

At the time of the analysis https://github.com/TerraMystics/Terra.Dart.OnChainPayments was unreachable. Make sure that the website is reachable via HEAD requests.

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: terra_dart_onchain_payments,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

11 out of 23 API elements (47.8 %) have documentation comments.

Some symbols that are missing documentation: paymentsManager, paymentsManager.PaymentsManager.businessWallet, paymentsManager.PaymentsManager.customerWallet, terra_dart_onchain_payments.PaymentsResponse.businessWallet, terra_dart_onchain_payments.PaymentsResponse.coins.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web

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

Package not compatible with platform Web

Because:

  • package:terra_dart_onchain_payments/paymentsManager.dart that imports:
  • package:terra_dart_onchain_payments/src/api/paymentsHelper.dart that imports:
  • package:terra_dart_sdk/terraStartup.dart that imports:
  • package:terra_dart_sdk/Client/Lcd/lcdClient.dart that imports:
  • package:terra_dart_sdk/Client/Lcd/wallet.dart that imports:
  • package:terra_dart_sdk/Core/tx.dart that imports:
  • package:terra_dart_sdk/Core/txBody.dart that imports:
  • package:proto_annotations/proto_annotations.dart that imports:
  • package:proto_annotations/src/g_service_parameters.dart that imports:
  • package:grpc/grpc.dart that imports:
  • package:grpc/src/shared/streams.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 11 issues. Showing the first 2:

INFO: The file name 'paymentsManager.dart' isn't a lower_case_with_underscores identifier.

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

INFO: The file name 'currencyConverter.dart' isn't a lower_case_with_underscores identifier.

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/currencyConverter.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
json_annotation ^4.8.0 4.9.0 4.9.0
terra_dart_keys ^1.1.4 1.1.4 1.1.4
terra_dart_sdk ^1.1.0 1.1.0 1.1.0
terra_rest ^1.0.4 1.0.4 1.0.4
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.5.1 3.5.1
async - 2.11.0 2.11.0
bech32 - 0.2.2 0.2.2
bip32 - 2.0.0 2.0.0
bip39 - 1.0.6 1.0.6
bs58check - 1.0.2 1.0.2
buffer - 1.2.3 1.2.3
clock - 1.1.1 1.1.1
coinslib - 3.1.8 3.1.8
collection - 1.18.0 1.18.0
common_utils - 2.1.0 2.1.0
convert - 3.1.1 3.1.1
crypto - 3.0.3 3.0.3
dart_bech32 - 2.0.0 2.0.0
decimal - 2.3.3 2.3.3
ecdsa - 0.0.4 0.1.0
elliptic - 0.3.10 0.3.10
fixnum - 1.1.0 1.1.0
googleapis_auth - 1.3.1 1.6.0
grpc - 3.2.4 3.2.4
hash - 1.0.4 1.0.4
hex - 0.2.0 0.2.0
http - 0.13.6 1.2.1
http2 - 2.3.0 2.3.0
http_parser - 4.0.2 4.0.2
injector - 2.0.0 3.0.0
js - 0.7.1 0.7.1
meta - 1.15.0 1.15.0
ninja_asn1 - 2.0.0 2.0.0
path - 1.9.0 1.9.0
pointycastle - 3.9.1 3.9.1
proto_annotations - 2.3.1 3.1.0
protobuf - 2.1.0 3.1.0
protobuf_google - 0.0.1 0.0.1
random_string - 2.3.1 2.3.1
random_string_generator - 2.0.0 2.0.0
rational - 2.2.2 2.2.2
sec - 1.1.0 1.1.0
secp256k1 - 0.3.0 0.3.0
source_span - 1.10.0 1.10.0
squarealfa_common_types - 1.2.1 2.0.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
terra_dart_sdk_extensions - 1.0.5 1.0.5
terra_dart_sdk_protos - 1.0.2 1.0.2
typed_data - 1.3.2 1.3.2
validated - 2.0.0 2.0.0

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
120
pub points
34%
popularity

Publisher

verified publisherterramystics.com.au

A lightweight payment management library for the terra ecosystem

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

Funding

Consider supporting this project:

www.patreon.com

License

MIT (LICENSE)

Dependencies

json_annotation, terra_dart_keys, terra_dart_sdk, terra_rest

More

Packages that depend on terra_dart_onchain_payments