qr_eu_digital_covid_certificate 1.0.3 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 #
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);