Julian Steenbakker

imp: export MobileScannerArguments

  1 +## 0.1.2
  2 +* MobileScannerArguments is now exported. [7](https://github.com/juliansteenbakker/mobile_scanner/issues/7)
  3 +
  4 +Bugfixes:
  5 +* Fixed application crashing when stop() or start() is called multiple times. [5](https://github.com/juliansteenbakker/mobile_scanner/issues/5)
  6 +
1 ## 0.1.1 7 ## 0.1.1
2 mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0 8 mobile_scanner is now compatible with sdk >= 2.12 and flutter >= 2.2.0
3 9
@@ -2,4 +2,5 @@ library mobile_scanner; @@ -2,4 +2,5 @@ library mobile_scanner;
2 2
3 export 'src/mobile_scanner.dart'; 3 export 'src/mobile_scanner.dart';
4 export 'src/mobile_scanner_controller.dart'; 4 export 'src/mobile_scanner_controller.dart';
  5 +export 'src/mobile_scanner_arguments.dart';
5 export 'src/objects/barcode.dart'; 6 export 'src/objects/barcode.dart';