emv_qr_core 0.1.1
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 😁☕️