Closed pdblasi-google closed 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.
TestWidgetsFlutterBinding.addTime
utils.dart
The
TestWidgetsFlutterBinding.addTime
method is being removed as of flutter #129663. There is a single reference to this in theutils.dart
file which needs to be removed. It is already a no-op, so this should be a non-breaking change.