mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The CFE now logs to stdout by default when compiling a program which has non-null-safe dependencies. Since flutter_tools has not yet migrated, we need to suppress this message when compiling the tool. Fixes https://github.com/flutter/flutter/issues/74366