m_sizer 1.0.2+1 m_sizer: ^1.0.2+1 copied to clipboard
A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.
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.