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
Navaron Bracke
2023-12-05 16:23:02 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f05f880f4122aef81b1e5f45e0bee987ee99637e
f05f880f
1 parent
3ef2188c
remove obsolete breaks
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
example/lib/scanner_button_widgets.dart
example/lib/scanner_button_widgets.dart
View file @
f05f880
...
...
@@ -101,10 +101,8 @@ class SwitchCameraButton extends StatelessWidget {
switch
(
state
.
cameraDirection
)
{
case
CameraFacing
.
front
:
icon
=
const
Icon
(
Icons
.
camera_front
);
break
;
case
CameraFacing
.
back
:
icon
=
const
Icon
(
Icons
.
camera_rear
);
break
;
}
return
IconButton
(
...
...
Please
register
or
login
to post a comment