flutter fix width and height on image code example
Example 1: how to give width based on screen size flutter
import 'package:flutter_screenutil/flutter_screenutil.dart';
Example 2: how to give width based on screen size flutter
dependencies:
flutter:
sdk: flutter
# add flutter_ScreenUtil
flutter_screenutil: ^0.4.2