ssi 3.2.0
ssi: ^3.2.0 copied to clipboard
Affinidi SSI library for Dart provides a comprehensive suite of tools and libraries for implementing Self-Sovereign Identity (SSI) solutions.
We analyzed this package 11 days ago, and awarded it 150 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
1145 out of 1189 API elements (96.3 %) have documentation comments.
Some symbols that are missing documentation: ssi.CredentialSubject.id, ssi.CredentialSubject.toJson, ssi.DecodedType.DecodedType.new, ssi.DelegationVcVerifier.DelegationVcVerifier.new, ssi.DidKey.DidKey.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:ssi/ssi.dartthat imports:package:ssi/src/credentials/credentials.dartthat imports:package:ssi/src/credentials/proof/proof.dartthat imports:package:ssi/src/credentials/proof/ecdsa_secp256k1_signature2019_suite.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 5 issues. Showing the first 2:
INFO: The import of '../field_types/context.dart' is unnecessary because all of the used elements are also provided by the import of '../../../../ssi.dart'.
lib/src/credentials/models/v2/vc_data_model_v2.dart:5:8
╷
5 │ import '../field_types/context.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/credentials/models/v2/vc_data_model_v2.dart
INFO: The type parameter name 'DecodedType' matches a visible type name.
lib/src/credentials/parsers/verifiable_data_parser.dart:9:63
╷
9 │ abstract interface class VerifiableDataParser<SerializedType, DecodedType> {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/credentials/parsers/verifiable_data_parser.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.7 |
4.0.7 | 4.0.7 | |
base_codecs |
^1.0.1 |
1.0.1 | 1.0.1 | |
bip32_plus |
^1.0.0 |
1.0.0 | 1.0.0 | |
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
cryptography |
^2.7.0 |
2.9.0 | 2.9.0 | |
dart_jsonwebtoken |
^3.2.0 |
3.3.1 | 3.3.1 | |
ecdsa |
^0.1.2 |
0.1.2 | 0.1.2 | |
ed25519_edwards |
^0.3.1 |
0.3.1 | 0.3.1 | |
ed25519_hd_key |
^2.3.0 |
2.3.0 | 2.3.0 | |
elliptic |
^0.3.11 |
0.3.12 | 0.3.12 | |
http |
^1.4.0 |
1.6.0 | 1.6.0 | |
json_ld_processor |
^1.0.4 |
1.0.4 | 1.0.4 | |
meta |
^1.15.0 |
1.17.0 | 1.17.0 | |
pointycastle |
^4.0.0 |
4.0.0 | 4.0.0 | |
selective_disclosure_jwt |
^1.1.0 |
1.1.1 | 1.1.1 | |
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 | |
bs58check |
- | 1.0.2 | 1.0.2 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
equatable |
- | 2.0.7 | 2.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
hex |
- | 0.2.0 | 0.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
ninja_asn1 |
- | 2.0.0 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
pinenacl |
- | 0.6.0 | 0.6.0 | |
posix |
- | 6.0.3 | 6.0.3 | |
rfc_6901 |
- | 0.2.1 | 0.2.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.