mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.2k stars 4.51k forks source link

Bugs in landscape mode #28

Closed giaur500 closed 3 years ago

giaur500 commented 4 years ago

I unlocked landscape mode and it works incorrectly in landscape mode:

How to use it with landscape mode?

cv692001 commented 4 years ago

Hey @giaur500 , I am interested in doing this can you please elaborate :)

cv692001 commented 4 years ago

Hey @giaur500 , can you please help 👍

giaur500 commented 4 years ago

How can I help? You can try, enable rotation in this sample, rotate phone and see what happens. Drawer will open itself after screen rotates

mitesh77 commented 3 years ago

this dome UI is for only portrait mode.

baimamboukar commented 3 years ago

if landscape mode is not really needed.... You can define the DeviceOrientations that you wants as so: Inside your build method, and just before the return SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]); By doing so, your device will behave as same as in landscape mode as in protrait

giaur500 commented 3 years ago

Actually, landscape mode is always needed. Why not?