znn_sdk_dart 0.0.4+1
znn_sdk_dart: ^0.0.4+1 copied to clipboard
Zenon SDK for Dart and Flutter
We analyzed this package 3 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: znn_sdk_dart
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository has no repository
or homepage
URL.
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
.
0/10 points: 20% or more of the public API has dartdoc comments
30 out of 746 API elements (4.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: znn_sdk_dart
, znn_sdk_dart.AcceleratorProject
, znn_sdk_dart.AcceleratorProject.AcceleratorProject.new
, znn_sdk_dart.AcceleratorProject.creationTimestamp
, znn_sdk_dart.AcceleratorProject.description
.
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:znn_sdk_dart/znn_sdk_dart.dart
that imports:package:znn_sdk_dart/src/zenon.dart
that imports:package:znn_sdk_dart/src/wallet/wallet.dart
that imports:package:znn_sdk_dart/src/wallet/manager.dart
that imports:package:znn_sdk_dart/src/wallet/keystore.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:znn_sdk_dart/znn_sdk_dart.dart
that imports:package:znn_sdk_dart/src/zenon.dart
that imports:package:znn_sdk_dart/src/wallet/wallet.dart
that imports:package:znn_sdk_dart/src/wallet/manager.dart
that imports:package:znn_sdk_dart/src/wallet/keystore.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 7 issues. Showing the first 2:
WARNING: Unnecessary cast.
lib/src/crypto/ed25519.dart:318:45
╷
318 │ return _getKeys(seedBytes as Uint8List, Ed25519._curveBytes as Uint8List);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/crypto/ed25519.dart
INFO: An uninitialized variable should have an explicit type annotation.
lib/src/pow/pow.dart:28:5
╷
28 │ var _benchmarkFunction;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/pow/pow.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
argon2_ffi_base |
^1.0.0+2 |
1.1.1 | 1.1.1 | |
bech32 |
^0.2.0 |
0.2.2 | 0.2.2 | |
bip32 |
^2.0.0 |
2.0.0 | 2.0.0 | |
bip39 |
^1.0.6 |
1.0.6 | 1.0.6 | |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
cryptography |
^2.0.1 |
2.6.1 | 2.7.0 | |
ffi |
^1.1.2 |
1.2.1 | 2.1.4 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
json_rpc_2 |
^3.0.1 |
3.0.3 | 4.0.0 | |
logging |
^1.0.2 |
1.3.0 | 1.3.0 | |
path |
^1.8.1 |
1.9.1 | 1.9.1 | |
pointycastle |
^3.1.3 |
3.9.1 | 4.0.0 | |
sha3 |
^0.2.0 |
0.2.0 | 0.2.0 | |
stream_channel |
^2.1.0 |
2.1.4 | 2.1.4 | |
web_socket_channel |
^2.1.0 |
2.4.5 | 3.0.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
bs58check |
- | 1.0.2 | 1.0.2 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
meta |
- | 1.17.0 | 1.17.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 0.5.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^1.1.2` on ffi does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions ffi
to update the constraint.
The constraint `^3.0.1` on json_rpc_2 does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions json_rpc_2
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.21
, Dart 3.8.1
.
Check the analysis log for details.