Last updated:
0 purchases
qr eu digital covid certificate
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:
copied to clipboard
All done.
Usage #
final Map<dynamic, dynamic> certificate = ParseCovidCertificate.toMap(exampleData);
final CovidCertificate cert = ParseCovidCertificate.toObject(exampleData);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.