Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b148e62

Browse files
authored
Widen sdk version constraint of package:{flutter_services,sky_engine,sky_services} to allow ^2.0.0 (#6012)
1 parent 35ab2a7 commit b148e62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sky/packages/flutter_services/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
path:
99
../sky_services
1010
environment:
11-
sdk: '>=1.8.0 <2.0.0'
11+
sdk: '>=1.8.0 <3.0.0'

sky/packages/sky_engine/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: Dart SDK extensions for dart:ui
55
homepage: http://flutter.io
66
# sky_engine requires sdk_ext support in the analyzer which was added in 1.11.x
77
environment:
8-
sdk: '>=1.11.0 <2.0.0'
8+
sdk: '>=1.11.0 <3.0.0'

sky/packages/sky_services/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ author: Flutter Authors <[email protected]>
44
description: An empty package
55
homepage: http://flutter.io
66
environment:
7-
sdk: '>=1.8.0 <2.0.0'
7+
sdk: '>=1.8.0 <3.0.0'

0 commit comments

Comments
 (0)