opendlt_accumulate 2.0.2
opendlt_accumulate: ^2.0.2 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 3 days ago, and awarded it 40 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/opendlt/opendlt-dart-v2v3-sdk was unreachable. Make sure that the website is reachable via HEAD requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/opendlt/opendlt-dart-v2v3-sdk/issues was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting opendlt_accumulate... Discovering libraries... ERR: dartdoc 9.0.3 (/home/worker/dartdoc/build/dartdoc) failed: fatal error: unable to locate the input directory at '/tmp/pana_QYBRVV/lib/src/build'. #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:201) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:284)
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 591 issues. Showing the first 2:
ERROR: Target of URI doesn't exist: 'src/build/builders.dart'.
lib/opendlt_accumulate.dart:31:8
╷
31 │ export 'src/build/builders.dart' hide CreditRecipient, TokenRecipient;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/opendlt_accumulate.dart
ERROR: Target of URI doesn't exist: 'src/build/context.dart'.
lib/opendlt_accumulate.dart:32:8
╷
32 │ export 'src/build/context.dart' hide ExpireOptions, HoldUntilOptions;
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/opendlt_accumulate.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.18.1 | 1.18.1 | |
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.0 | 2.13.0 | |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 78 errors:
URI_DOES_NOT_EXIST-lib/opendlt_accumulate.dart:31:8- Target of URI doesn't exist: 'src/build/builders.dart'.URI_DOES_NOT_EXIST-lib/opendlt_accumulate.dart:32:8- Target of URI doesn't exist: 'src/build/context.dart'.URI_DOES_NOT_EXIST-lib/opendlt_accumulate.dart:33:8- Target of URI doesn't exist: 'src/build/tx_types.dart'.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.10, Dart 3.11.1.
Check the analysis log for details.