[Deprecated] This project is deprecated, please use qr_code_scanner instead.
A flutter plugin for scanning 2D barcodes and QR codes. It wraps zxing-android-embedded for Android and LBXScan for iOS
bool isBeep = true,
bool isContinuous = false,
int continuousInterval = 1000, // only works when isContinuous is true
scan
will return a List<String>
instead of String