diff --git a/tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch b/tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch new file mode 100644 index 00000000000..c4dca2569c3 --- /dev/null +++ b/tools/patches/flutter-engine/d1817ddc91fd3aea061647b2e21860c47a5a5180.flutter.patch @@ -0,0 +1,13 @@ +diff --git a/analysis_options.yaml b/analysis_options.yaml +index 68eea153ee0..65056568003 100644 +--- a/analysis_options.yaml ++++ b/analysis_options.yaml +@@ -28,6 +28,8 @@ analyzer: + missing_return: warning + # allow having TODOs in the code + todo: ignore ++ # ++ sdk_version_async_exported_from_core: ignore + exclude: + - 'bin/cache/**' + # the following two are relative to the stocks example and the flutter package respectively