PalotaCompany / flutter_scandit

Flutter Scandit Barcode Scanner Plugin
MIT License
6 stars 4 forks source link

Scanner supports Zoom functionality ?? #2

Open kprathap23 opened 4 years ago

kprathap23 commented 4 years ago

We need QrCode scanner to support zoom functionality to scan longer distance qr codes. READY TO PURCHASE

KholofeloMoyaba commented 4 years ago

@kprathap23 currently there is no functionality on the plugin itself, but the functionality definitely exists on the platform level SDK from Scandit (https://docs.scandit.com/5.0/android/classcom_1_1scandit_1_1barcodepicker_1_1_scan_settings.html)

To support zoom functionality we will need to add a continuous implementation of integration for this flutter plugin so that you can have it as a widget and then control its behaviour (e.g. zoom and any other functionality).

Thanks for the question. We will look at planning this work.