bitcoin_base_i 0.5.0 copy "bitcoin_base_i: ^0.5.0" to clipboard
bitcoin_base_i: ^0.5.0 copied to clipboard

A comprehensive Bitcoin library, adjusted to support Dart 2.

0
likes
120/ 140
pub points
41%
popularity

We analyzed this package 16 hours ago, and awarded it 120 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: BSD-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting bitcoin_base_i... Discovering libraries... Linking elements... Precaching local docs for 172956 elements... Initialized dartdoc with 322 libraries Generating docs for library bitcoin_base_i.dart from package:bitcoin_base_i/bitcoin_base_i.dart... Generating docs for library bitcoin.dart from package:bitcoin_base_i/bitcoin.dart... Documented 2 public libraries in 34.3 seconds ERR: warning: ambiguous reexport of address.BipAddress, canonicalization candidates: (bitcoin, bitcoin) -> bitcoin (confidence 0.000) from address.BipAddress: (file:///tmp/pana_KHJDKI/lib/src/bitcoin/address/address.dart:12:16) bitcoin: 0.1787 - (_Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667), _Reason.locationPartStart (+0.002000)) bitcoin: 0.1787 - (_Reason.longName (+0.01000), _Reason.sharedNamePart (+0.1667), _Reason.locationPartStart (+0.002000)) Use {@canonicalFor address.BipAddress} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [217 more lines]

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
partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Unnecessary cast.

lib/src/hd_wallet/hd_wallet.dart:70:29

   ╷
70 │     final hash = hmacSHA512(utf8.encode(key) as Uint8List, seed);
   │                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

lib/src/formating/bytes_num_formating.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
convert ^3.1.1 3.1.1 3.1.1
pointycastle ^3.7.3 3.9.1 3.9.1
tuple ^2.0.2 2.0.2 2.0.2
typed_data ^1.3.2 1.3.2 1.3.2
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
js - 0.7.1 0.7.1

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
41%
popularity

Publisher

verified publisherirulast.com

A comprehensive Bitcoin library, adjusted to support Dart 2.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

convert, pointycastle, tuple, typed_data

More

Packages that depend on bitcoin_base_i