mintware-de / flutter_barcode_reader

A flutter plugin for reading 2D barcodes and QR codes.
MIT License
628 stars 463 forks source link

[Feature Request] Some way to enter barcode manually when it's not scanned automatically #245

Closed sviridov closed 4 years ago

sviridov commented 4 years ago

Is your feature request related to a problem? Please describe. Some barcodes which I scan are quite poor quality and the scanner cannot identify them. I would like to give my users some way to enter barcode manually in such cases.

Describe the solution you'd like I would like to have a text field where users could insert a barcode manually. Since I want to customize the appearance of such a text field I think that it makes sense to not open barcode scanner fullscreen but rather provide a barcode scanner widget that developers will be able to insert wherever they want.

Additional context See below how it works in MyFitnessPal. It looks ugly but it gives you an idea of what I would like to achieve.

image

kikoba commented 4 years ago

I added a textfield and a button in the start page

sviridov commented 4 years ago

Sorry, what start page you are talking about?

devtronic commented 4 years ago

Sorry but this feature request is too specific. Maybe it'll be possible on your own when this was solved: https://github.com/mintware-de/flutter_barcode_reader/issues/187

sviridov commented 4 years ago

If you mean that I will be able to insert the scanner inside a custom widget tree, then yes, that would definitely help.