dartsv 2.0.2 copy "dartsv: ^2.0.2" to clipboard
dartsv: ^2.0.2 copied to clipboard

Dart Library for interacting with the Bitcoin network. This library is especially well-suited for use in developing Flutter applications.

11
likes
100/ 140
pub points
69%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

failed
Provide documentation
10 / 20trigger folding of the section

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

382 out of 906 API elements (42.2 %) have documentation comments.

Some symbols that are missing documentation: dartsv.ALPHABET, dartsv.AddressFormatException, dartsv.AddressFormatException.AddressFormatException, dartsv.AddressFormatException.cause, dartsv.AddressType.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

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

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:dartsv/dartsv.dart that imports:
  • package:dartsv/src/transaction/p2pkh_data_builder.dart that imports:
  • package:dartsv/src/script/svscript.dart that imports:
  • package:dartsv/src/script/interpreter.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 540 issues. Showing the first 2:

WARNING: The value of the field '_flagBitsUsed' isn't used.

lib/src/block/merkleblock.dart:37:9

   ╷
37 │     int _flagBitsUsed = 0;
   │         ^^^^^^^^^^^^^
   ╵

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

WARNING: The value of the field '_hashesUsed' isn't used.

lib/src/block/merkleblock.dart:38:9

   ╷
38 │     int _hashesUsed = 0;
   │         ^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
buffer ^1.1.1 1.2.3 1.2.3
collection ^1.17.1 1.18.0 1.18.0
decimal ^2.3.3 2.3.3 2.3.3
hex ^0.2.0 0.2.0 0.2.0
pointycastle ^3.7.0 3.9.0 3.9.0
resource_portable ^3.1.0 3.1.0 3.1.0
sprintf ^7.0.0 7.0.0 7.0.0
unorm_dart ^0.2.0 0.2.0 0.3.0
Transitive dependencies
Package Constraint Compatible Latest
convert - 3.1.1 3.1.1
js - 0.7.1 0.7.1
path - 1.9.0 1.9.0
rational - 2.2.2 2.2.2
typed_data - 1.3.2 1.3.2

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

The constraint `^0.2.0` on unorm_dart does not support the stable version `0.3.0`.

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

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.

11
likes
100
pub points
69%
popularity

Publisher

verified publishertwostack.org

Dart Library for interacting with the Bitcoin network. This library is especially well-suited for use in developing Flutter applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

buffer, collection, decimal, hex, pointycastle, resource_portable, sprintf, unorm_dart

More

Packages that depend on dartsv