From 42a164b411c9736b32167d21c52d3f33dff935e0 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 24 Sep 2024 15:47:22 -0400 Subject: [PATCH] [dartpad_ui] Specify that Dart 3.6 or later is required (#3065) --- pkgs/dartpad_ui/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/dartpad_ui/pubspec.yaml b/pkgs/dartpad_ui/pubspec.yaml index a1ee047c8..1ed61446c 100644 --- a/pkgs/dartpad_ui/pubspec.yaml +++ b/pkgs/dartpad_ui/pubspec.yaml @@ -3,7 +3,7 @@ description: The front-end UI of DartPad. publish_to: none environment: - sdk: ^3.4.0 + sdk: ^3.6.0-0 dependencies: collection: ^1.19.0