scale_size 0.0.4
scale_size: ^0.0.4 copied to clipboard
This package helps applications design differently from GUI guides, even on devices with different resolutions.
0.0.1 15/01/2021 #
- Initial release
0.0.2 15/01/2021 #
- If not call init first, the ScaleSize.get function will return size param
0.0.3 30/03/2021 #
- Add 2 extensions for the simple way use:
- Before:
ScaleSize.get(10);
- Current:
10.s
0.0.4 10/04/2021 #
- Support scale for size of height
- Add more extensions and change method name
- Before:
ScaleSize.get(10); // or 10.s
- Current:
ScaleSize.scaleW(10); // or 10.sw
ScaleSize.scaleH(10); // or 10.sh