Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
mobile_scanner
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
casvanluijtelaar
2022-06-07 09:48:31 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0e64f8010ba45c58143d2b1c792877d2ec99871d
0e64f801
1 parent
bb8f0f83
formatting
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
example/lib/main.dart
example/lib/main.dart
View file @
0e64f80
...
...
@@ -3,7 +3,6 @@ import 'package:mobile_scanner_example/barcode_scanner_controller.dart';
import
'package:mobile_scanner_example/barcode_scanner_window.dart'
;
import
'package:mobile_scanner_example/barcode_scanner_without_controller.dart'
;
void
main
(
)
=>
runApp
(
const
MaterialApp
(
home:
MyHome
()));
class
MyHome
extends
StatelessWidget
{
...
...
@@ -29,7 +28,6 @@ class MyHome extends StatelessWidget {
},
child:
const
Text
(
'MobileScanner with Controller'
),
),
ElevatedButton
(
onPressed:
()
{
Navigator
.
of
(
context
).
push
(
...
...
Please
register
or
login
to post a comment