emv_qr_core 0.3.0
emv_qr_core: ^0.3.0 copied to clipboard
EMVCo MPM Parser Interoperability Qr data String
This is a Dart Package:
-
This package follows the EMVCo standardd for parsing data for interoperable QR code payments in the banking sector.
-
For now, it only decode data for Colombian QR codes π¨π΄. Each country has its own EMVCo variant.
-
Coming soon: π§π· π²π½
-
For π¨π΄:
- VERSIΓN 1.4 β 2025
- Fecha de vigencia: A partir del 21/11/2025
Getting started #
Please, wait for v1.0.0, we are building... π¨
You can create a test:
void main() {
test('parser', () {
final result = EmvQR.decode('000101...@breb@nequi@wompi@bancolombia@llaves@daviplata@finandina@etc');
debugPrint(result); //EmvQrEntity
expect(result, isA<EmvQrEntity>()); //All tests passed!
});
}
Usage #
const qrEntity = EmvQR.decode('yourEMVQrStringHere');
printn(qrEntity); // EmvQrEntity Object
Message #
Did I help you? You can contact me; it would make my day πβοΈ