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

Don't support null safety #96

Closed Oxnulldev closed 3 years ago

Oxnulldev commented 3 years ago

I installed the package Now, I am trying to run it using flutter run, however, it will not start because of the following error:

Error: Cannot run with sound null safety, because the following dependencies don't support null safety:

skiunke commented 3 years ago

You need to use: https://pub.dev/packages/auto_size_text/versions/3.0.0-nullsafety.0

Carlit0 commented 3 years ago

Any update on releasing a stable null safety version of this package?

simc commented 3 years ago

fixed 🚀