Tag: orientation

University Orientation Day

I remembered my college orientation day (O day) two years ago. I was slightly nervous, but then I thought every student is new as well and probably feels the same way. I told myself, This is a new start; they don’t know who I am, so become who I want people to know me for. So, I was friendly a...

Deep dive into screen orientation in Flutter

The mobile application usually develops to support both portrait and landscape mode without any issue. But in some special case, you may need to set the orientation of the application to fix direction to get proper real state space to each component Set the orientation in flutter First, yo...