You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!
Describe the bug
A clear and concise description of what the bug is.
I'm not able to use this library on my Windows desktop app. I followed the instructions for Windows in the README but am still getting this error:
flutter: Another exception was thrown: MissingPluginException(No implementation found for method listen on channel de.mintware.barcode_scan/events) [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method requestCameraPermission on channel de.mintware.barcode_scan)
I get this or a similar error whenever using the BarcodeScanner.
To Reproduce
Steps to reproduce the behavior:
Copy and paste example code into flutter project
Run flutter run -d windows
See error
Click the scan button in the top right
See error
Expected behavior
A clear and concise description of what you expected to happen.
I'm expecting the normal expected operation of the example code.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, add the verbose output of flutter run.
BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!
Describe the bug
A clear and concise description of what the bug is.
I'm not able to use this library on my Windows desktop app. I followed the instructions for Windows in the README but am still getting this error:
flutter: Another exception was thrown: MissingPluginException(No implementation found for method listen on channel de.mintware.barcode_scan/events) [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method requestCameraPermission on channel de.mintware.barcode_scan)
I get this or a similar error whenever using the
BarcodeScanner
.To Reproduce
Steps to reproduce the behavior:
flutter run -d windows
Expected behavior
A clear and concise description of what you expected to happen.
I'm expecting the normal expected operation of the example code.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
If applicable, add the verbose output of
flutter run
.Environment (please complete the following information):
barcode_scan
: ^3.0.1flutter --version
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: