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
guidoec
2023-12-27 21:51:02 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-12-27 21:51:02 +0100
Commit
528feb659b4385bce2c7e5db9898e84ba7923240
528feb65
1 parent
eeb04352
fix: return type 'int' doesn't allow null for zxingBarcodeFormat method
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
lib/src/web/zxing.dart
lib/src/web/zxing.dart
View file @
528feb6
...
...
@@ -133,6 +133,7 @@ extension ZXingBarcodeFormat on BarcodeFormat {
return
15
;
case
BarcodeFormat
.
unknown
:
case
BarcodeFormat
.
all
:
case
default
:
return
-
1
;
}
}
...
...
Please
register
or
login
to post a comment