Skip to content

Latest commit

 

History

History
71 lines (37 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

71 lines (37 loc) · 1.14 KB

2.3.0

2.2.0

2.1.0

  • Migrate to Flutter 3.13.0, fix #8

2.0.0

  • Migrate to Flutter 3.10.0

1.1.0

  • Optimize ScaleFactorCallback thanks to elMuso

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