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
2022-02-23 13:22:06 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c3429855f2a6655f5563f362f2e50e12983a4edd
c3429855
1 parent
26a5091a
bug: add check if camera is opened or not
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
macos/Classes/MobileScannerPlugin.swift
macos/Classes/MobileScannerPlugin.swift
View file @
c342985
...
...
@@ -187,7 +187,7 @@ public class MobileScannerPlugin: NSObject, FlutterPlugin, FlutterStreamHandler,
if
(
device
==
nil
)
{
result
(
FlutterError
(
code
:
"MobileScanner"
,
message
:
"No camera found!"
,
message
:
"No camera found
or failed to open camera
!"
,
details
:
nil
))
return
}
...
...
Please
register
or
login
to post a comment