Skip to content

c4xp/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

About

[Deprecated]Flutter zxing plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 38.9%
  • Swift 27.2%
  • Ruby 16.0%
  • Dart 16.0%
  • Objective-C 1.9%