Skip to content

Commit 1e93f9d

Browse files
Merge pull request #323 from Workiva/batch/client_platform/up_dart_sdk_minimum_to_2.11
Raise the Dart SDK minimum to at least 2.11.0
2 parents 56b7baa + 913e183 commit 1e93f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 6.1.2
33
description: Bindings of the ReactJS library for building interactive interfaces.
44
homepage: https://github.com/cleandart/react-dart
55
environment:
6-
sdk: '>=2.7.0 <3.0.0'
6+
sdk: ">=2.11.0 <3.0.0"
77
dependencies:
88
js: ^0.6.0
99
meta: ">=1.1.6 <1.7.0" # Workaround to avoid https://github.com/dart-lang/sdk/issues/46142

0 commit comments

Comments
 (0)