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

Remove references to deprecated `flutter_test` code #132

Closed pdblasi-google closed 1 year ago

pdblasi-google commented 1 year ago

The TestWidgetsFlutterBinding.addTime method is being removed as of flutter #129663. There is a single reference to this in the utils.dart file which needs to be removed. It is already a no-op, so this should be a non-breaking change.