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
Ryan Duffy
2023-08-08 14:46:54 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9a16c0f49bfed8ef077ae0ac56f7b6345a38000c
9a16c0f4
1 parent
b80f0beb
added missing trailing comma
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/src/mobile_scanner_controller.dart
lib/src/mobile_scanner_controller.dart
View file @
9a16c0f
...
...
@@ -384,8 +384,8 @@ class MobileScannerController {
barcodes:
[
Barcode
(
rawValue:
(
data
as
Map
)[
'payload'
]
as
String
?,
format:
toFormat
(
data
[
'symbology'
]
as
int
)
)
format:
toFormat
(
data
[
'symbology'
]
as
int
),
),
],
),
);
...
...
Please
register
or
login
to post a comment