Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

trevorwang/flutter-zxing

Repository files navigation

[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