mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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