m_sizer
m_sizer for easy way to give widget width , height and font size in px.
Installation
Use the package manager pub to install m_sizer.
flutter pub add m_sizer
Usage
import 'package:m_sizer/m_sizer.dart';
# width
width = 10.wPX;
# height
height = 10.hPX;
# font
fontSize = 10.fPX;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.