AmolGangadhare / flutter_barcode_scanner

Barcode scanner plugin for flutter. Supports barcode scanning for Android and iOS
https://pub.dev/packages/flutter_barcode_scanner
MIT License
381 stars 501 forks source link

Problem with VCard #55

Closed git-xbits closed 4 years ago

git-xbits commented 4 years ago

When I Try to read a Vcard QRcode, I get empty string from method or return just first data from String.

E.G Above;

image

version flutter_barcode_scanner: ^0.1.7;

git-xbits commented 4 years ago

Update:

In IOS work fine. Unfortunatelly in Android don't work.

AmolGangadhare commented 4 years ago

@git-xbits

Thanks for reporting the issue.

This has been resolved. It will be available in the upcoming release. I will notify you whenever the next release is available.

AmolGangadhare commented 4 years ago

V1.0.0 has been released

Closing this, feel free to reopen this if the issue persists