m_sizer 1.0.2+1 copy "m_sizer: ^1.0.2+1" to clipboard
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.

License #

MIT

4
likes
140
points
3
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

License

MIT (license)

Dependencies

flutter

More

Packages that depend on m_sizer