From bd958dc6cbe280d19b316a2f434c26b0d9cca098 Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Tue, 15 Oct 2024 19:34:32 -0700 Subject: [PATCH] Officially support Dart 3 in SDK constraint --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index ed71453f..0a30a10b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ version: 7.2.0 description: Bindings of the ReactJS library for building interactive interfaces. homepage: https://github.com/cleandart/react-dart environment: - sdk: '>=2.13.0 <3.0.0' + sdk: '>=2.13.0 <4.0.0' dependencies: js: ^0.6.3 meta: ^1.6.0