flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

is default orientation landscape ? #46

Closed orgil1230 closed 4 years ago

orgil1230 commented 4 years ago

Sample Clocks's orientations are Portrait. Looks like this. N:1

Screen Shot 2019-12-23 at 10 39 21 pm

Then it should looks like this ? N:2

Screen Shot 2019-12-23 at 10 38 16 pm

Which one ? N1 Or N2 And application's default orientation should be landscape ? or Judges will rotate themselves ?

Thank you.

JonathanMonga commented 4 years ago

That's not a problem... But it must work in both orientation

skhalsa10 commented 4 years ago

I think also just make sure that you can handle the aspect ratio 5/3

jkurtw commented 4 years ago

The judges will look at your entry in landscape orientation. From flutter.dev/clock: "The clock design should use landscape mode, with a 5:3 aspect ratio."

orgil1230 commented 4 years ago

The judges will look at your entry in landscape orientation. From flutter.dev/clock: "The clock design should use landscape mode, with a 5:3 aspect ratio."

thank you