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.03k stars 235 forks source link

Breaking change with Flutter 3.24.x #147

Open mlb5000 opened 1 week ago

mlb5000 commented 1 week ago

When trying to use this package within some layouts in 3.24.x (as reported here: https://github.com/flutter/flutter/issues/153460), you end up with tons of rendering errors. Specifically within Chips.

Are there any plans to update this package to support newer Flutter versions?

mlb5000 commented 5 days ago

I submitted a Pull Request for this here: https://github.com/simc/auto_size_text/pull/148