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 240 forks source link

If hasSize assertion error, layout build issue etc, just return textview ether than error. #136

Open neiljaywarner opened 1 year ago

neiljaywarner commented 1 year ago

It would be great to have a MyText() wrapper that can use Selectable and AutoText etc, or at least AutoText everywhere in an app and just fallback to text with no autosizing if it can't autosize because can't find constraint.

neiljaywarner commented 1 year ago

(not sure how to add the question tag)