opendlt_accumulate 2.4.0
opendlt_accumulate: ^2.4.0 copied to clipboard
Production-ready Dart SDK for Accumulate blockchain. Multi-signature support (Ed25519, BTC, ETH, RSA, ECDSA), SmartSigner API, complete V2/V3 protocol.
We analyzed this package 38 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("2.4.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
826 out of 1617 API elements (51.1 %) have documentation comments.
Some symbols that are missing documentation: opendlt_accumulate, opendlt_accumulate.ADI.ADI.new, opendlt_accumulate.ADI.auth, opendlt_accumulate.ADI.url, opendlt_accumulate.ADISetup.ADISetup.new.
10/10 points: Package has 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:opendlt_accumulate/opendlt_accumulate.dartthat imports:package:opendlt_accumulate/src/signing/key_manager.dartthat imports:package:opendlt_accumulate/src/signing/smart_signer.dartthat imports:package:opendlt_accumulate/src/v3/client_v3.dartthat imports:package:opendlt_accumulate/src/core/transport.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 514 issues. Showing the first 2:
WARNING: The value of the field '_lastField' isn't used.
lib/src/codec/binary_encoder.dart:17:7
╷
17 │ int _lastField = 0;
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/codec/binary_encoder.dart
WARNING: The value of the local variable 'i' isn't used.
lib/src/codec/codec.dart:25:9
╷
25 │ var i = 0;
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/codec/codec.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
cryptography |
^2.6.0 |
2.9.0 | 2.9.0 | |
http |
^1.0.0 |
1.6.0 | 1.6.0 | |
meta |
^1.8.0 |
1.19.0 | 1.19.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
pointycastle |
^3.9.1 |
3.9.1 | 4.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.9.1` on pointycastle does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions pointycastle 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.23.15, Dart 3.12.2.
Check the analysis log for details.