Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
 
 
 
 
 
 

4 lines
149 B

import 'flutter_zxing.dart';
Zxing getZxing() => throw UnsupportedError(
'Cannot create an instance of FlutterZxing on the current platform.');