From f1fa9e34c68555513bfa72fc065eecf6bf179dbe Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 17 Aug 2023 11:51:31 -0700 Subject: [PATCH] Update the tracing_tests Dart SDK version constraint to fix an analyzer error (#132753) --- dev/tracing_tests/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tracing_tests/pubspec.yaml b/dev/tracing_tests/pubspec.yaml index 1792a44f6d..829f03ee25 100644 --- a/dev/tracing_tests/pubspec.yaml +++ b/dev/tracing_tests/pubspec.yaml @@ -2,7 +2,7 @@ name: tracing_tests description: Various tests for tracing in flutter/flutter environment: - sdk: '>=3.0.0-0 <4.0.0' + sdk: '>=3.2.0-0 <4.0.0' dependencies: flutter: