file_testing 2.1.0
file_testing: ^2.1.0 copied to clipboard
Testing utilities for package:file
2.1.0 #
- Changed dependency on
package:testtopackage:test_api - Bumped Dart SDK constraint to match
package:test_api's requirements - Updated style to match latest lint rules from Flutter repo.
2.0.3 #
- Relaxed constraints on
package:test
2.0.2 #
- Bumped dependency on
package:testto version 1.0
2.0.1 #
- Bumped Dart SDK constraint to allow for Dart 2 stable
2.0.0 #
- Removed
record_replay_matchers.dartfrom API
1.0.0 #
- Moved
package:file/testing.dartlibrary into a dedicated package so that libraries don't need to take on a transitive dependency onpackage:testin order to usepackage:file.