flutter-zxing icon indicating copy to clipboard operation
flutter-zxing copied to clipboard

[Deprecated]Flutter zxing plugin

[Deprecated] This project is deprecated, please use qr_code_scanner instead.

fzxing

A flutter plugin for scanning 2D barcodes and QR codes. It wraps zxing-android-embedded for Android and LBXScan for iOS

Parameters' default value

    bool isBeep = true,
    bool isContinuous = false,
    int continuousInterval = 1000, // only works when isContinuous is true

Destructive change

scan will return a List<String> instead of String