-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not found FastBarcodeScanner() #8
Comments
There is an issue downstream that blocks us from fully releasing this package. You can use it using git tags, for example: dependencies:
combined_barcode_scanner: 0.0.1-dev.1
combined_barcode_scanner_fast:
git:
url: git://github.com/icapps/combined_barcode_scanner.git
path: pkgs/fast_barcode_scanner
combined_barcode_scanner_unitech:
git:
url: git://github.com/icapps/combined_barcode_scanner.git
path: pkgs/unitech
combined_barcode_scanner_honeywell:
git:
url: git://github.com/icapps/combined_barcode_scanner.git
path: pkgs/honeywell
combined_barcode_scanner_zebra:
git:
url: git://github.com/icapps/combined_barcode_scanner.git
path: pkgs/zebra_datawedge
combined_barcode_scanner_blue_bird:
git:
url: git://github.com/icapps/combined_barcode_scanner.git
path: pkgs/blue_bird_scanner
...
dependency_overrides:
combined_barcode_scanner:
git:
url: git://github.com/icapps/combined_barcode_scanner.git
ref: feature/6-extra-controller-methods
fast_barcode_scanner:
git:
url: git://github.com/ikbendewilliam/fast_barcode_scanner.git
path: fast_barcode_scanner
fast_barcode_scanner_platform_interface:
git:
url: git://github.com/ikbendewilliam/fast_barcode_scanner.git
path: fast_barcode_scanner_platform_interface |
Waiting on jhoogstraat/fast_barcode_scanner#51 |
Thanks for the library! It would be great if you could write this information in a readme and explain the differences between the scanners. Then you will have more installs. |
We hoped it would be merged upstream by now 😅 this is a "temporary" workaround. I did add it to the readme, thank you for your suggestion |
We've rereleased the fast_barcode_scanner so we can finally release this package fully. You can now update to version 1 and use this package without the overrides! |
Thanks @ikbendewilliam |
FastBarcodeScanner(), HoneywellBarcodeScanner(), UnitechBarcodeScanner(), BlueBirdBarcodeScanner(), ZebraBarcodeScanner('my_profile'),
version combined_barcode_scanner: ^0.0.1-dev.1
The text was updated successfully, but these errors were encountered: