emv_qr_core 0.3.0 copy "emv_qr_core: ^0.3.0" to clipboard
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 πŸ˜β˜•οΈ

2
likes
0
points
63
downloads

Publisher

verified publisherjaarse.com

Weekly Downloads

EMVCo MPM Parser Interoperability Qr data String

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on emv_qr_core