responsive_size_extension 0.0.1 copy "responsive_size_extension: ^0.0.1" to clipboard
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

4
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that will make your size responsive base on device orientation and scale text font size.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on responsive_size_extension