dartsv 1.1.3 copy "dartsv: ^1.1.3" to clipboard
dartsv: ^1.1.3 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
71%
popularity

We analyzed this package 3 days 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

358 out of 673 API elements (53.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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

Found 286 issues. Showing the first 2:

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

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

   ╷
38 │     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:39:9

   ╷
39 │     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
hex ^0.2.0 0.2.0 0.2.0
pointycastle ^3.7.0 3.9.1 3.9.1
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
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.4.0.

Check the analysis log for details.

11
likes
100
pub points
71%
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, hex, pointycastle, resource_portable, sprintf, unorm_dart

More

Packages that depend on dartsv