qr_eu_digital_covid_certificate 1.0.3 copy "qr_eu_digital_covid_certificate: ^1.0.3" to clipboard
qr_eu_digital_covid_certificate: ^1.0.3 copied to clipboard

A package for parsing the encrypted plaintext contained in the QR code of EU COVID-19 digital vaccination certificates.

QR - EU Digital COVID Certificate #

by Damian Aldair

A package for parsing the encrypted plaintext contained in the QR code of EU COVID-19 digital vaccination certificates.

Ideal for working in applications using QR readers.

Note #

This type of format is used in COVID certificates in the European Union and other countries such as Cuba.

JSON Schema for EU Digital COVID Certificates

Getting started #

Just import this library in the pubspec.yaml.

dependencies:
  qr_eu_digital_covid_certificate:

All done.

Usage #

final Map<dynamic, dynamic> certificate = ParseCovidCertificate.toMap(exampleData);
final CovidCertificate cert = ParseCovidCertificate.toObject(exampleData);
1
likes
140
pub points
0%
popularity

Publisher

unverified uploader

A package for parsing the encrypted plaintext contained in the QR code of EU COVID-19 digital vaccination certificates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

base45, cbor, flutter

More

Packages that depend on qr_eu_digital_covid_certificate