From 913e18348873e9588d59b0cc90fa8cdc7bf49414 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Thu, 16 Sep 2021 02:52:36 +0000 Subject: [PATCH] Raise the Dart SDK minimum to at least 2.11.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e07174b6..0852f939 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ version: 6.1.2 description: Bindings of the ReactJS library for building interactive interfaces. homepage: https://github.com/cleandart/react-dart environment: - sdk: '>=2.7.0 <3.0.0' + sdk: ">=2.11.0 <3.0.0" dependencies: js: ^0.6.0 meta: ">=1.1.6 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142