flutter mobile screen sizes code example
Example: flutter screen size
double width = MediaQuery.of(context).size.width;
double height = MediaQuery.of(context).size.height;
double width = MediaQuery.of(context).size.width;
double height = MediaQuery.of(context).size.height;