mobile_scanner.dart 192 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 library mobile_scanner; export 'src/mobile_scanner.dart'; export 'src/camera_controller.dart'; export 'src/camera_view.dart'; export 'src/torch_state.dart'; export 'src/objects/barcode.dart';