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:58:20 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-12-27 21:58:20 +0100
Commit
17d3aed1b793d5628ffba9fd07337d6e2f25990b
17d3aed1
1 parent
528feb65
fix: typo in zxing.dart
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/src/web/zxing.dart
lib/src/web/zxing.dart
View file @
17d3aed
...
...
@@ -133,7 +133,7 @@ extension ZXingBarcodeFormat on BarcodeFormat {
return
15
;
case
BarcodeFormat
.
unknown
:
case
BarcodeFormat
.
all
:
case
default
:
default
:
return
-
1
;
}
}
...
...
Please
register
or
login
to post a comment