dart_cose 1.1.3 copy "dart_cose: ^1.1.3" to clipboard
dart_cose: ^1.1.3 copied to clipboard

Partial Dart implementation of COSE, RFC8152. It is used to validate European Digital Green Certificates.

6
likes
90/ 140
pub points
61%
popularity

We analyzed this package 5 days ago, and awarded it 90 pub points (of a possible 140):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

1 out of 14 API elements (7.1 %) 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.

Some symbols that are missing documentation: dart_cose, dart_cose.Cose, dart_cose.Cose.Cose, dart_cose.Cose.decodeAndVerify, dart_cose.Cose.extractKid.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 5 issues. Showing the first 2:

WARNING: Unused import: 'package:ninja/asymmetric/rsa/encoder/emsaPkcs1v15.dart'.

lib/src/cose.dart:15:8

   ╷
15 │ import 'package:ninja/asymmetric/rsa/encoder/emsaPkcs1v15.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/cose.dart

WARNING: Unnecessary type check; the result is always 'true'.

lib/src/cose.dart:64:13

   ╷
64 │       if (!(headerList is List)) {
   │             ^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/cose.dart

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
asn1lib ^1.0.0 1.5.2 1.5.2
cbor ^4.0.1 4.1.0 6.2.0
crypto ^3.0.1 3.0.3 3.0.3
crypto_keys ^0.3.0 0.3.0+1 0.3.0+1
dart_base45 ^1.0.1 1.0.1 1.0.1
ninja ^3.0.2 3.0.8 3.0.8
x509b ^0.2.5 0.2.5 0.2.5
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
collection - 1.18.0 1.18.0
convert - 3.1.1 3.1.1
js - 0.7.1 0.7.1
matcher - 0.12.16+1 0.12.16+1
meta - 1.14.0 1.14.0
ninja_asn1 - 2.0.0 2.0.0
ninja_hex - 2.0.1 2.0.1
ninja_pem - 2.0.2 2.0.2
ninja_prime - 2.0.0 2.0.0
path - 1.9.0 1.9.0
pointycastle - 3.9.0 3.9.0
quiver - 3.2.1 3.2.1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^4.0.1` on cbor does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions cbor to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

6
likes
90
pub points
61%
popularity

Publisher

verified publishericapps.com

Partial Dart implementation of COSE, RFC8152. It is used to validate European Digital Green Certificates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

asn1lib, cbor, crypto, crypto_keys, dart_base45, ninja, x509b

More

Packages that depend on dart_cose