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
2024-09-04 09:53:05 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48d83feee240c621bd7ff4350593c07d15dc587e
48d83fee
1 parent
fa763a2f
adjust raw value on Android & iOS
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/method_channel/mobile_scanner_method_channel.dart
lib/src/method_channel/mobile_scanner_method_channel.dart
View file @
48d83fe
...
...
@@ -79,7 +79,7 @@ class MethodChannelMobileScanner extends MobileScannerPlatform {
final
double
?
height
=
imageData
?[
'height'
]
as
double
?;
return
BarcodeCapture
(
raw:
data
,
raw:
event
,
barcodes:
barcodes
.
map
(
Barcode
.
fromNative
).
toList
(),
image:
image
,
size:
width
==
null
||
height
==
null
?
Size
.
zero
:
Size
(
width
,
height
),
...
...
Please
register
or
login
to post a comment