diff --git a/lib/web_ui/pubspec.yaml b/lib/web_ui/pubspec.yaml index f35dafac5ca0f..3f688e4af962a 100644 --- a/lib/web_ui/pubspec.yaml +++ b/lib/web_ui/pubspec.yaml @@ -3,7 +3,7 @@ publish_to: none # Keep the SDK version range in sync with pubspecs under web_sdk environment: - sdk: ">=2.17.0-0 <3.0.0" + sdk: ">=2.19.0 <3.0.0" dependencies: js: 0.6.4 diff --git a/tools/path_ops/dart/pubspec.yaml b/tools/path_ops/dart/pubspec.yaml index 1dca18515b9c2..2db190830779d 100644 --- a/tools/path_ops/dart/pubspec.yaml +++ b/tools/path_ops/dart/pubspec.yaml @@ -8,7 +8,7 @@ publish_to: none homepage: https://github.com/flutter/engine/tree/main/tools/path_ops environment: - sdk: '>=2.12.0 <3.0.0' + sdk: '>=2.17.0 <3.0.0' dev_dependencies: litetest: any diff --git a/web_sdk/pubspec.yaml b/web_sdk/pubspec.yaml index 60dcc8dc3b0df..c97581317f1ef 100644 --- a/web_sdk/pubspec.yaml +++ b/web_sdk/pubspec.yaml @@ -2,7 +2,7 @@ name: web_sdk_tests # Keep the SDK version range in sync with lib/web_ui/pubspec.yaml environment: - sdk: ">=2.12.0-0 <3.0.0" + sdk: ">=2.19.0 <3.0.0" dependencies: args: 2.3.1