-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Barcode scanner #5
Comments
Add a barcode scanner to easily search for ingredients, there seem to be packages/widgets for that. The barcode information is available for products imported from Open Food Facts, we just need to search against that https://pub.dev/packages/flutter_barcode_scanner The barcode is saved in the "code" field, this needs to be added to the model. To search for a barcode on the server: |
Hi @rolandgeider , I am a beginner in flutter, but I would like to try to solve this problem. Can I work on this issue? |
Hi! Somebody else had asked to to do this issue, I've written them again to confirm |
Hi! Its me. You can assign it to me. Thanks. |
When wger-project/wger#422 is done, it would be possible to implement a barcode scanner, instead of searching for products by name
The text was updated successfully, but these errors were encountered: