simc / auto_size_text

Flutter widget that automatically resizes text to fit perfectly within its bounds.
https://pub.dev/packages/auto_size_text
MIT License
2.06k stars 241 forks source link

Fix Flutter 3.24 and later. Support textScaler in favor of the deprecated textScaleFactor. Upgrade the demo project and dependencies #148

Open mlb5000 opened 2 months ago

mlb5000 commented 2 months ago

This is primarily to fix the issue described here, which can cause crashes and failed rendering on Flutter 3.24.0 and later. I have tested this against Flutter 3.24.3 and went through each example on the Demo app, which appeared to function exactly as we would want.

vasilich6107 commented 2 months ago

this package does not seem to be supported for last 2 years

plchekspend commented 2 weeks ago

Any update @simc @pdblasi-google ?