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

Recommended barcode scanner package #1

Closed
benpretorius opened this issue Mar 16, 2020 · 2 comments
Closed

Recommended barcode scanner package #1

benpretorius opened this issue Mar 16, 2020 · 2 comments

Comments

@benpretorius
Copy link

Hi there,

Which futter barcode scanner package have you successfully been able to implement with this?
I'm using firebase ml, but I'm having trouble converting the rawValue of the barcode into bytes.
Any suggestion would be much appreciated :)

@the-mars-rover
Copy link
Owner

the-mars-rover commented Mar 16, 2020

Hi @benpretorius,

So I couldn't actually find a barcode scanner which provides the raw bytes. However, what I did was:

  1. fork from the ml_vision
  2. implement the property to provide raw bytes
  3. reference my customised package locally

I know this is not ideal, so I reported an issue with the ml_vision package and submitted a PR for that issue. Unfortunately the PR has not been merged. If you would be so kind, please also leave a 👍 on the issue and on the PR - maybe even leave a comment on the issue noting urgency...hopefully this will get them to merge it sooner rather than later, in which case we can all use the ml_vision package out of the box :)

@benpretorius
Copy link
Author

Hi @marcus-bornman ,

OK great thanks a lot for the library, and all your effort regarding this. I'll definitely go and upvote the PR and leave a comment. Will also share with other flutter devs I know :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants