From 5c5596db01d96fab3a2eb77922b5aa45eb8e05b2 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Fri, 16 Aug 2024 09:26:44 -0700 Subject: [PATCH] fix: Workaround for https://github.com/dart-lang/sdk/issues/56047 (#2420) --- pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml new file mode 100644 index 00000000..32f986a0 --- /dev/null +++ b/pubspec.yaml @@ -0,0 +1,6 @@ +# This file is a workaround for https://github.com/dart-lang/sdk/issues/56047 +name: _ +environment: + sdk: ^3.5.0 +dev_dependencies: + very_good_analysis: ^6.0.0 \ No newline at end of file