Showing
1 changed file
with
0 additions
and
2 deletions
| @@ -3,7 +3,6 @@ import 'package:mobile_scanner_example/barcode_scanner_controller.dart'; | @@ -3,7 +3,6 @@ import 'package:mobile_scanner_example/barcode_scanner_controller.dart'; | ||
| 3 | import 'package:mobile_scanner_example/barcode_scanner_window.dart'; | 3 | import 'package:mobile_scanner_example/barcode_scanner_window.dart'; |
| 4 | import 'package:mobile_scanner_example/barcode_scanner_without_controller.dart'; | 4 | import 'package:mobile_scanner_example/barcode_scanner_without_controller.dart'; |
| 5 | 5 | ||
| 6 | - | ||
| 7 | void main() => runApp(const MaterialApp(home: MyHome())); | 6 | void main() => runApp(const MaterialApp(home: MyHome())); |
| 8 | 7 | ||
| 9 | class MyHome extends StatelessWidget { | 8 | class MyHome extends StatelessWidget { |
| @@ -29,7 +28,6 @@ class MyHome extends StatelessWidget { | @@ -29,7 +28,6 @@ class MyHome extends StatelessWidget { | ||
| 29 | }, | 28 | }, |
| 30 | child: const Text('MobileScanner with Controller'), | 29 | child: const Text('MobileScanner with Controller'), |
| 31 | ), | 30 | ), |
| 32 | - | ||
| 33 | ElevatedButton( | 31 | ElevatedButton( |
| 34 | onPressed: () { | 32 | onPressed: () { |
| 35 | Navigator.of(context).push( | 33 | Navigator.of(context).push( |
-
Please register or login to post a comment