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-03-27 10:10:33 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
72101a23e9fe6fd710336a2993c7c370b2f1722b
72101a23
1 parent
a04eebef
use constraints.biggest in calculateScanWindowRelativeToTextureInPercentage()
Hide 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 @
72101a2
...
...
@@ -246,7 +246,7 @@ class _MobileScannerState extends State<MobileScanner>
widget
.
fit
,
widget
.
scanWindow
!,
value
.
size
,
Size
(
constraints
.
maxWidth
,
constraints
.
maxHeight
)
,
constraints
.
biggest
,
);
_controller
.
updateScanWindow
(
scanWindow
);
...
...
Please
register
or
login
to post a comment