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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_cose

With Flutter:

 $ flutter pub add dart_cose

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_cose: ^1.1.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_cose/dart_cose.dart';
6
likes
110
points
39
downloads

Publisher

verified publishericapps.com

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

cbor, crypto, crypto_keys, dart_base45, ninja, x509b

More

Packages that depend on dart_cose