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-08-07 17:09:39 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
aed7c4601b2b0c7de717bdd387aee4f244f5602e
aed7c460
1 parent
6b6c5bce
refactor: rollback to supported mediaquery function
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 @
aed7c46
...
...
@@ -248,7 +248,7 @@ class _MobileScannerState extends State<MobileScanner>
@override
Widget
build
(
BuildContext
context
)
{
final
Size
size
=
MediaQuery
.
sizeOf
(
context
)
;
final
Size
size
=
MediaQuery
.
of
(
context
).
size
;
return
ValueListenableBuilder
<
MobileScannerArguments
?>(
valueListenable:
_controller
.
startArguments
,
...
...
Please
register
or
login
to post a comment