flutter/packages/flutter_test/lib
Ivan Inozemtsev 5665655d39
Add support for Future<List<int>?> to MatchesGoldenFile (#132965)
Otherwise when tests use `expectLater(getBytesOrNull(), matchesGoldenFile(...))`, they may fail in sound null safety mode and pass in weak null safety mode.

Fixes https://github.com/flutter/flutter/issues/132964
2023-08-22 19:40:18 +00:00
..
fix_data Adds dart_fix support to flutter_test (#124347) 2023-04-11 21:09:07 +00:00
src Add support for Future<List<int>?> to MatchesGoldenFile (#132965) 2023-08-22 19:40:18 +00:00
flutter_test.dart Adds SemanticsNode Finders for searching the semantics tree (#127137) 2023-08-10 21:31:06 +00:00