mintware-de / flutter_barcode_reader

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

How we fix orientation landscape for bar code scanner screen #125

Closed madhusudhan-sahani closed 4 years ago

madhusudhan-sahani commented 5 years ago

Hi, I have tried many things to fix the orientation in the scanner screen.

SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]) .then((_) { runApp(new MyApp()); }); And SystemChrome.setPreferredOrientations([ DeviceOrientation.landscapeRight, DeviceOrientation.landscapeLeft, ]);

my other screen's orientation fixed but the scanner page orientation is not being fixed.

devtronic commented 4 years ago

If you want a fixed orientation, you've to this in the AndroidManifest.xml / in Xcode