Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aguilaair/covcheck
Flutter European Vaccination Certificate Checker. Supports all types of digital certificates, including vaccination, test, and recovery.
https://github.com/aguilaair/covcheck
android covid-19 dart dgc easy-to-use european-union flutter health vaccination-certificate validator
Last synced: about 1 month ago
JSON representation
Flutter European Vaccination Certificate Checker. Supports all types of digital certificates, including vaccination, test, and recovery.
- Host: GitHub
- URL: https://github.com/aguilaair/covcheck
- Owner: aguilaair
- License: agpl-3.0
- Created: 2021-12-04T15:46:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T10:31:51.000Z (about 3 years ago)
- Last Synced: 2023-10-20T16:15:11.161Z (over 1 year ago)
- Topics: android, covid-19, dart, dgc, easy-to-use, european-union, flutter, health, vaccination-certificate, validator
- Language: Dart
- Homepage: https://covcheck.eduardom.dev
- Size: 7.51 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README-ES.md
- License: LICENSE
Awesome Lists containing this project
README
# CovCheck - Check EU Vaccination Status
[English Version](https://github.com/aguilaair/covid-certificate-checker#readme)
[![Codemagic build status](https://api.codemagic.io/apps/61ae30a600c5fee93a2b32db/61af835df16a5919d7c363fc/status_badge.svg)](https://codemagic.io/apps/61ae30a600c5fee93a2b32db/61af835df16a5919d7c363fc/latest_build) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/aguilaair/covid-certificate-checker) ![GitHub](https://img.shields.io/github/license/aguilaair/covid-certificate-checker)
![Banner](https://raw.githubusercontent.com/aguilaair/covid-certificate-checker/main/assets/promo/banner-es.svg)Covcheck es una app hacha con Flutter diseñada para ver y validar Certificados Digitales COVID-19 emitidos por la UE, incluyendo vacunación, resultado de tests y estado de recuperación. Sigue la [estructura indicada por la UE](https://ec.europa.eu/health/sites/health/files/ehealth/docs/covid-certificate_json_specification_en.pdf) para extraer los daos además de verificar la firma electrónica del código QR utlizando la base de datos y certificados proporcinada por la [Agencia de Salud Elctrónica de Suecia](https://dgcg.covidbevis.se/tp/).## Funcionalidades de CovCheck
- La primera app diseñada con hosteleros y empresas en mente, rápida, sencilla y adecuada para sitios con mucho flujo de gente
- Sencilla de configurar y utilizar, con mensajes claros sobre la validez del certificado
- Verde: Todo Ok
- Naranja: Certificado válido pero con una pauta que no se cumple (e.g. no todas las dosis)
- Rojo: No se ha podido verificar el certificado
- Datos adicionales como la edad promueven la seguridad de los locales de acceso restringido, los DNIs falsos yo no sirven
- Compatible con cualquier PDA para un escaneo extremadamente rápido y de alto volumen. Cualquier PDA con escaner 2D (QR) funciona, recomendamos Honeywell para la mejor experiencia.
- Disponible en todas las plataformas, incluyendo Android, iOS, iPadOS, Windows (Sólo modo PDA), Linux (Sólo modo PDA) y MacOS (Sólo modo PDA) además de en [la web](https://covcheck.eduardom.dev)La validación de certificados es hecha por [dart_cose](https://pub.dev/packages/dart_cose).
![Banner Screenshot](https://raw.githubusercontent.com/aguilaair/covid-certificate-checker/main/assets/promo/Banner%20Main%20ES.png)![]()
### Pronto en la App Store![]()
# Contributing
¿Quieres contribuir? [Compureba esto](https://github.com/aguilaair/covid-certificate-checker#contributing)