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

Fix TextPainter leaking #149

Open tmpsantos opened 1 month ago

tmpsantos commented 1 month ago

Dispose it when it is no longer in use.

Also add leak detection to all the unit tests to prevent regressions.

Fixes #150

tmpsantos commented 1 month ago

Removing both dispose() will make the tests fails with the leak error.

tmpsantos commented 1 month ago

@simc do you have any feedback on this PR?

Nana-Kwame-bot commented 3 weeks ago

Is this going to be merged ever?