juliuscanute / qr_code_scanner

QR Code Scanner for Flutter
BSD 2-Clause "Simplified" License
1.01k stars 776 forks source link

[FEATURE] Make text inside of QRView UIAlertView dialog customizable #198

Closed FogelAO closed 3 years ago

FogelAO commented 3 years ago

By default if scanning is unavailable hardcoded value will be shown in dialog By default QRView will show UIAlertView with hardcoded text that scanning is un available (if it is). It will be strange if the app is localized I would like to make it customizable from Flutter side I think it will be nice if we could change this message from the Flutter when we initialize the widget

juliansteenbakker commented 3 years ago

duplicate of #103