Skip to content
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

Closed
manumathew17 opened this issue Mar 17, 2022 · 6 comments
Closed

Not found FastBarcodeScanner() #8

manumathew17 opened this issue Mar 17, 2022 · 6 comments
Labels
blocked bug Something isn't working P0 Highest prio

Comments

@manumathew17
Copy link

FastBarcodeScanner(), HoneywellBarcodeScanner(), UnitechBarcodeScanner(), BlueBirdBarcodeScanner(), ZebraBarcodeScanner('my_profile'),

version combined_barcode_scanner: ^0.0.1-dev.1

@ikbendewilliam
Copy link
Contributor

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

@vanlooverenkoen vanlooverenkoen added P0 Highest prio bug Something isn't working blocked labels Oct 14, 2022
@vanlooverenkoen
Copy link
Contributor

Waiting on jhoogstraat/fast_barcode_scanner#51

@mars1211
Copy link

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.

@ikbendewilliam
Copy link
Contributor

ikbendewilliam commented Aug 16, 2023

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

@ikbendewilliam
Copy link
Contributor

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!

@vanlooverenkoen
Copy link
Contributor

Thanks @ikbendewilliam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked bug Something isn't working P0 Highest prio
Projects
Status: Done
Development

No branches or pull requests

4 participants