- Changed the type of several matchers to
TypeMatcher
which allows cascading their usage with.having
and similar.
- Require Dart 3.1.
- Update the pubspec repository field to reflect the new package repository.
- Require Dart 3.0.
- Migrate to null safety.
- Change dependency on
package:test_api
back topackage:test
.
- Changed dependency on
package:test
topackage:test_api
- Bumped Dart SDK constraint to match
package:test_api
's requirements - Updated style to match latest lint rules from Flutter repo.
- Relaxed constraints on
package:test
- Bumped dependency on
package:test
to version 1.0
- Bumped Dart SDK constraint to allow for Dart 2 stable
- Removed
record_replay_matchers.dart
from API
- Moved
package:file/testing.dart
library into a dedicated package so that libraries don't need to take on a transitive dependency onpackage:test
in order to usepackage:file
.