Browse Source

added the new files to the exports

pull/58/head
Giulia Testa 2 years ago
parent
commit
e5eaff2327
  1. 2
      lib/flutter_zxing.dart

2
lib/flutter_zxing.dart

@ -1,5 +1,7 @@
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';

Loading…
Cancel
Save