Adaption

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

Get started

1. install.

dependencies:
  adaption: ^1.0.0

2. use it.

the logic pixels by ratio in horizontal:

0.2.w;

the logic pixels by ratio in vertical:

0.4.h;

Libraries

adaption