adaption 1.0.0 copy "adaption: ^1.0.0" to clipboard
adaption: ^1.0.0 copied to clipboard

size adaption, make app UI more adaptive in various screen sizes

Adaption #

flutter size adaption, make app UI more adaptive in various screen sizes

Get started #

1. install. #

dependencies:
  adaption: ^1.0.0

2. init adaption. #

Adaption.init(context);

3. use it. #

the logic pixels by ratio in horizontal:

0.2.w;

the logic pixels by ratio in vertical:

0.4.h;
2
likes
100
pub points
25%
popularity

Publisher

unverified uploader

size adaption, make app UI more adaptive in various screen sizes

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on adaption