flutter get screen height and width code example
Example 1: get screen height flutter
double height = MediaQuery.of(context).size.height;
Example 2: how to give width based on screen size flutter
dependencies:
flutter:
sdk: flutter
# add flutter_ScreenUtil
flutter_screenutil: ^0.4.2