Last updated:
0 purchases
m sizer
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
copied to clipboard
Usage #
import 'package:m_sizer/m_sizer.dart';
# width
width = 10.wPX;
# height
height = 10.hPX;
# font
fontSize = 10.fPX;
copied to clipboard
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.
License #
MIT
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.