blob: c4dca2569c35655189c92ca2b4c53dd25c9ae32c [file] [log] [blame]
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