mintware-de / flutter_barcode_reader

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

Can autofocus be set? #10

Closed mehdi-kha closed 6 years ago

mehdi-kha commented 6 years ago

Hello!

First of all, thank you for this wonderful Flutter package! I would like to know how I could manage to set the camera's focus mode? Is there a way to activate autofocus somehow?

Thanks in advance!

Mehdi

matthewtsmith commented 6 years ago

No not currently. However, this plugin uses barcode libraries on both iOS and Android that allow that. This is something that could be added to the plugin without too much effort. We currently do not have the bandwidth to add this right now but PRs are welcome.

mehdi-kha commented 6 years ago

Okay, thank you very much for your answer and responsiveness 👍