flutter-package / flutter_scan

scanner qrcode in widget tree & decoder qrcode from image
MIT License
79 stars 66 forks source link

Screen orientation issue #13

Closed prooshani closed 3 years ago

prooshani commented 3 years ago

Hi,

I am trying to use this plug-in but have problem with screen orientation.

Whenever the controller starts, the screen orientation forces to portrait. I am developing an app with responsive orientation and this affect the job I am doing with the barcode scan. In addition, after scanning the barcode and returning from the capture screen, the main screen persists on portrait mode which is not suitable for me. Is there anyway to maintain original screen orientation when the controller starts the barcode scanView?

Thanks for your helps.

chavesgu commented 3 years ago

Currently plugin is not support landscape.


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"Prooshani @.>; 发送时间:2021年6月6日(星期天) 凌晨1:51 收件人:"flutter-package/flutter_scan" @.>; 抄送:"Subscribed @.***>; 主题:[flutter-package/flutter_scan] Screen orientation issue (#13)

Hi,

I am trying to use this plug-in but have problem with screen orientation.

Whenever the controller starts, the screen orientation forces to portrait. I am developing an app with responsive orientation and this affect the job I am doing with the barcode scan. In addition, after scanning the barcode and returning from the capture screen, the main screen persists on portrait mode which is not suitable for me. Is there anyway to maintain original screen orientation when the controller starts the barcode scanView?

Thanks for your helps.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

prooshani commented 3 years ago

Ok, thanks.

Already switched to another plug-in which supports orientations.

Good luck.

nicolasbmorais commented 2 years ago

@prooshani Which other did you use?

prooshani commented 2 years ago

@prooshani Which other did you use?

barcode_scan2 and google_ml_kit