From 276f28dcbbb75e13b543bb18deccd7531e1a6be0 Mon Sep 17 00:00:00 2001 From: Derek Xu Date: Thu, 15 Feb 2024 16:34:22 -0500 Subject: [PATCH] Update SDK constraint in pubspec.yaml --- pkgs/http_profile/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/http_profile/pubspec.yaml b/pkgs/http_profile/pubspec.yaml index 1b5891e2c1..055e6ff26f 100644 --- a/pkgs/http_profile/pubspec.yaml +++ b/pkgs/http_profile/pubspec.yaml @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/http/tree/master/pkgs/http_profile publish_to: none environment: - sdk: ^3.0.0 + sdk: ^3.4.0 dependencies: test: ^1.24.9