archethic_lib_dart 2.0.3
archethic_lib_dart: ^2.0.3 copied to clipboard
Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network
We analyzed this package 2 days ago, and awarded it 130 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: AGPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
135 out of 371 API elements (36.4 %) have documentation comments.
Some symbols that are missing documentation: archethic.AddressService, archethic.AddressService.AddressService.new, archethic.AesAuthEncryptInfos, archethic.AesAuthEncryptInfos.AesAuthEncryptInfos.new, archethic.AesAuthEncryptInfos.encrypted.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional 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 66 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/model/transaction_input.freezed.dart:240:17
╷
240 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/model/transaction_input.freezed.dart
INFO: Dangling library doc comment.
lib/src/model/authorized_key.dart:1:1
╷
1 │ /// SPDX-License-Identifier: AGPL-3.0-or-later
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/model/authorized_key.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.2 |
3.0.7 | 3.0.7 | |
crypto_keys |
^0.3.0 |
0.3.0+1 | 0.3.0+2 | |
ecdsa |
^0.0.4 |
0.0.4 | 0.1.2 | |
elliptic |
^0.3.8 |
0.3.12 | 0.3.12 | |
freezed_annotation |
^2.2.0 |
2.4.4 | 3.1.0 | |
gql |
^0.14.0 |
0.14.0 | 1.0.1 | |
graphql |
^5.1.1 |
5.1.3 | 5.2.3 | |
hex |
^0.2.0 |
0.2.0 | 0.2.0 | |
http |
^0.13.5 |
0.13.6 | 1.6.0 | |
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 | |
jwk |
^0.1.1 |
0.1.1 | 0.2.4 | |
pinenacl |
^0.5.1 |
0.5.1 | 0.6.0 | |
pointycastle |
^3.6.2 |
3.9.1 | 4.0.0 | |
secp256k1 |
^0.3.0 |
0.3.0 | 0.3.0 | |
x25519 |
^0.1.1 |
0.1.1 | 0.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_number |
- | 1.0.0 | 1.0.0 | |
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cryptography |
- | 2.9.0 | 2.9.0 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
gql_dedupe_link |
- | 2.0.3+1 | 4.0.0 | |
gql_error_link |
- | 0.2.3+1 | 1.0.1 | |
gql_exec |
- | 0.4.3 | 1.0.0+1 | |
gql_http_link |
- | 0.4.5 | 1.2.0 | |
gql_link |
- | 0.5.1 | 1.1.0 | |
gql_transform_link |
- | 0.2.2+1 | 1.0.1 | |
hive |
- | 2.2.3 | 2.2.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
matcher |
- | 0.12.18 | 0.12.18 | |
meta |
- | 1.17.0 | 1.17.0 | |
ninja_asn1 |
- | 2.0.0 | 2.0.0 | |
normalize |
- | 0.7.2 | 0.10.0 | |
path |
- | 1.9.1 | 1.9.1 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.8 | 0.7.8 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.2 | |
web_socket_channel |
- | 2.2.0 | 3.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^0.0.4` on ecdsa does not support the stable version `0.1.0`.
Try running dart pub upgrade --major-versions ecdsa to update the constraint.
The constraint `^2.2.0` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation 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.3, Dart 3.10.4.
Check the analysis log for details.