AW5th / MBM-March

3/5/2021
0 stars 0 forks source link

Screen sizing for different sized phone #4

Open aratton opened 3 years ago

aratton commented 3 years ago

This issue is mostly research to find the best strategy to allow our UI to fit all screen sizes

sinene commented 3 years ago

Gets max height of screen: double width = MediaQuery.of(context).size.width; double height = MediaQuery.of(context).size.height;