Flutter plugin for scanning and generating QR codes using the ZXing library, supporting Android, iOS, and desktop platforms
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
376 B

export 'generated_bindings.dart';
export 'src/logic/zxing.dart';
export 'src/ui/dynamic_scanner_overlay.dart';
export 'src/ui/fixed_scanner_overlay.dart';
export 'src/ui/reader_widget.dart';
export 'src/ui/scanner_overlay.dart';
export 'src/ui/writer_widget.dart';
export 'src/utils/extentions.dart';
export 'src/utils/image_converter.dart';
export 'src/utils/messages.dart';