merkletree 1.0.3
Merkle Tree Dart #
Ported from https://github.com/miguelmota/merkletreejs
Use this package as a library
1. Depend on it
Add this to your package's pubspec.yaml file:
dependencies:
merkletree: ^1.0.3
2. Install it
You can install packages from the command line:
with pub:
$ pub get
with Flutter:
$ flutter pub get
Alternatively, your editor might support pub get
or flutter pub get
.
Check the docs for your editor to learn more.
3. Import it
Now in your Dart code, you can use:
import 'package:merkletree/merkletree.dart';
Popularity:
Describes how popular the package is relative to other packages.
[more]
|
43
|
Health:
Code health derived from static analysis.
[more]
|
98
|
Maintenance:
Reflects how tidy and up-to-date the package is.
[more]
|
59
|
Overall:
Weighted score of the above.
[more]
|
63
|
We analyzed this package on Dec 12, 2019, and provided a score, details, and suggestions below. Analysis was completed with status completed using:
- Dart: 2.7.0
- pana: 0.13.1+4
Health suggestions
Fix lib/src/merkletree.dart
. (-2.48 points)
Analysis of lib/src/merkletree.dart
reported 5 hints:
line 107 col 9: Use isEmpty instead of length
line 111 col 9: Use isEmpty instead of length
line 207 col 9: Use isEmpty instead of length
line 207 col 30: Use isEmpty instead of length
line 207 col 56: Use isEmpty instead of length
Maintenance issues and suggestions
Provide a file named CHANGELOG.md
. (-20 points)
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
The package description is too short. (-11 points)
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
Maintain an example. (-10 points)
Create a short demo in the example/
directory to show how to use this package.
Common filename patterns include main.dart
, example.dart
, and merkletree.dart
. Packages with multiple examples should provide example/README.md
.
For more information see the pub package layout conventions.
Dependencies
Package | Constraint | Resolved | Available |
---|---|---|---|
Direct dependencies | |||
Dart SDK | >=2.0.0 <3.0.0 | ||
buffer | ^1.0.6 | 1.0.6 | |
meta | ^1.1.6 | 1.1.8 | |
Dev dependencies | |||
convert | ^2.1.1 | ||
pointycastle | ^1.0.1 | ||
test | ^1.6.2 |