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
120/ 160
pub points
65%
popularity

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

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 668 API elements (53.6 %) 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

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

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
30 / 40trigger 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.19.1 1.19.1
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.2 3.1.2
js - 0.7.1 0.7.1
path - 1.9.1 1.9.1
typed_data - 1.4.0 1.4.0

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

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.15, Dart 3.5.4.

Check the analysis log for details.

11
likes
120
pub points
65%
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