responsive_size_extension 0.0.1
responsive_size_extension: ^0.0.1 copied to clipboard
A Flutter package that will make your size responsive base on device orientation and scale text font size.
A Flutter package that will make your size responsive base on device orientation and scale text font size
Features #
- scale any value base on screen size
Getting started #
Add responsive_size_extention to your pubspec.yaml before using.
Usage #
to use plugin add responsive_size_extention as you dependacy.
Container(
width: 10.scale,//this will scale the given value base on screen
height: 10.scale,
child: Text("Vanthey",style:TextStyle(fontSize:14.scale),
)
)
Additional information #
A Flutter package that will make your size responsive base on device orientation and scale text font size. for more information please check at https://github.com/Van-They/responsive_size_extension.git