Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@bharat-biradar Hi there :)
In short, this PR adds rawBytes to the
BarcodeValue
class.I'll provide some background to motivate why this would be a valuable addition. I had a requirement when scanning barcodes not encoded using UTF8. The only way I code extract valuable information from these barcodes was through accessing the raw bytes of the barcodes. Hence, I raised an issue and opened a PR on the
firebase_ml_vision
plugin, please see the links below for context:Aside from myself, there are quite a few others who also wanted to see this feature go in (judging by the activity on the Issue and the PR). However, since the
firebase_ml_vision
was discontinued, the PR was closed and I was directed to use this plugin instead. Consequently I'd like to propose adding this feature :-)I have tested the change on iOS and Android devices and both are working. Please let me know if there is anything I am missing or you would like me to add :-)
Also, since this is quite a small change I have not raised an issue for it, but will be happy to do so on request. Thanks in advance for your help.