emv_qr_core 0.1.1 copy "emv_qr_core: ^0.1.1" to clipboard
emv_qr_core: ^0.1.1 copied to clipboard

EMVCo MPM Parser Interoperability Qr data String

This is a Dart Package:

  • This package follows the EMVCo standard 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: 🇧🇷 🇲🇽

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