scaled_app 1.1.0 scaled_app: ^1.1.0 copied to clipboard
Scale the entire UI design proportionally, useful when your UI design is fixed-width.
1.0.0 #
- Stable release
0.4.1 #
- Improve documentation
0.4.0 #
- BREAKING: use ScaleFactorCallback to describe how & when to scale
- Support for updating scaleFactor, now you can enable / disable scaling on demand
0.3.1 #
- Add web app live demo
0.3.0 #
- Migrate to Flutter 3.7
0.2.5 #
- Add extension method for MediaQueryData to scale viewPadding, viewInsets, padding, etc.
0.2.3 #
- Fix a bug to support Android release build
0.2.1 #
- Add Known Issues
0.2.0 #
- Migrate to Flutter 3.0
0.1.8 #
- Use applyScaling checker to decide scaling or not
0.1.5 #
- Improve documentation & compatibility
0.1.0 #
- Initial release