RafaelBarbosatec / qr_code_dart_scan

A QR code scanner that works on both iOS and Android using dart decoder.
MIT License
15 stars 20 forks source link

preview looks stretched #22

Closed mirkancal closed 2 months ago

mirkancal commented 4 months ago

I just passed QRCodeDartScanView to Scaffold's body and image seems stretched. Is there any easy fix for that?

I see that it is possible to set height and width of preview but camera height and width is not same with device's. Something handler to get image resolutions when camera is on would fix that i guess.

RafaelBarbosatec commented 4 months ago

Hi @mirkancal ! Could you share the printscreen? What version do you using?

mirkancal commented 4 months ago

Hi, updated from 0.7.3 to 0.7.7 and changed the quality to ultrahigh, now it seems a lot better