dartsv 2.1.0 dartsv: ^2.1.0 copied to clipboard
Dart Library for interacting with the Bitcoin network. This library is especially well-suited for use in developing Flutter applications.
We analyzed this package 6 days ago, and awarded it 120 pub points (of a possible 160):
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
.
10/10 points: 20% or more of the public API has dartdoc comments
383 out of 910 API elements (42.1 %) have documentation comments.
Some symbols that are missing documentation: dartsv.ALPHABET
, dartsv.Address.Address.fromPubkeyHash
, dartsv.AddressFormatException
, dartsv.AddressFormatException.AddressFormatException
, dartsv.AddressFormatException.cause
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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/default_builder.dart
that imports:package:dartsv/src/script/svscript.dart
that imports:package:dartsv/src/script/interpreter.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:dartsv/dartsv.dart
that imports:package:dartsv/src/transaction/default_builder.dart
that imports:package:dartsv/src/script/svscript.dart
that imports:package:dartsv/src/script/interpreter.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 518 issues. Showing the first 2:
WARNING: Unused import: 'package:pointycastle/impl.dart'.
lib/src/message.dart:5:8
╷
5 │ import 'package:pointycastle/impl.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/message.dart
WARNING: Unused import: 'dart:typed_data'.
lib/src/networks.dart:2:8
╷
2 │ import 'dart:typed_data';
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/networks.dart
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 |
decimal |
^2.3.3 |
2.3.3 | 3.0.2 |
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 |
rational |
- | 2.2.3 | 2.2.3 |
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 `^2.3.3` on decimal does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions decimal
to update the constraint.
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.