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
Julian Steenbakker
2023-02-03 11:05:57 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
79696d702c533dd7a171122c49df70a3f4438458
79696d70
1 parent
91b68414
imp: remove null check
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/mobile_scanner.dart
lib/src/mobile_scanner.dart
View file @
79696d7
...
...
@@ -249,7 +249,7 @@ class _MobileScannerState extends State<MobileScanner>
Size
(
constraints
.
maxWidth
,
constraints
.
maxHeight
),
);
_controller
.
updateScanWindow
(
scanWindow
!
);
_controller
.
updateScanWindow
(
scanWindow
);
}
return
ClipRect
(
...
...
Please
register
or
login
to post a comment