Skip to content

Commit e7bd3c4

Browse files
committed
bump upper SDK bound to 4.0.0
1 parent cfbe49a commit e7bd3c4

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

packages/adaptive_breakpoints/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A new Flutter project.
44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

66
environment:
7-
sdk: ">=2.17.0 <3.0.0"
7+
sdk: ">=2.17.0 <4.0.0"
88

99
dependencies:
1010
flutter:

packages/adaptive_breakpoints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ screenshots:
88
path: screenshots/breakpoints.png
99

1010
environment:
11-
sdk: ">=2.17.0 <3.0.0"
11+
sdk: ">=2.17.0 <4.0.0"
1212
flutter: ">=1.17.0"
1313

1414
dependencies:

packages/adaptive_components/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A new Flutter project.
44
publish_to: "none" # Remove this line if you wish to publish to pub.dev
55

66
environment:
7-
sdk: ">=2.17.0 <3.0.0"
7+
sdk: ">=2.17.0 <4.0.0"
88

99
dependencies:
1010
flutter:

packages/adaptive_components/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ screenshots:
1010
path: screenshots/example.png
1111

1212
environment:
13-
sdk: ">=2.17.0 <3.0.0"
13+
sdk: ">=2.17.0 <4.0.0"
1414

1515
dependencies:
1616
flutter:

packages/adaptive_navigation/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
66
version: 1.0.0+1
77

88
environment:
9-
sdk: ">=2.17.0 <3.0.0"
9+
sdk: ">=2.17.0 <4.0.0"
1010

1111
dependencies:
1212
flutter:

packages/adaptive_navigation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ screenshots:
1010
path: screenshots/example.png
1111

1212
environment:
13-
sdk: ">=2.17.0 <3.0.0"
13+
sdk: ">=2.17.0 <4.0.0"
1414

1515
dependencies:
1616
flutter:

packages/dynamic_color/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Demonstrates how to use the dynamic_color package.
66
publish_to: "none" # Remove this line if you wish to publish to pub.dev
77

88
environment:
9-
sdk: ">=2.17.0-0 <3.0.0"
9+
sdk: ">=2.17.0-0 <4.0.0"
1010

1111
# Dependencies specify other packages that your package needs in order to work.
1212
# To automatically upgrade your package dependencies to the latest versions

packages/dynamic_color/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ screenshots:
1212
path: screenshots/harmonization.gif
1313

1414
environment:
15-
sdk: ">=2.16.0 <3.0.0"
15+
sdk: ">=2.16.0 <4.0.0"
1616
flutter: ">=3.4.0-17.0.pre"
1717

1818
dependencies:

packages/google_fonts/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Flutter application showcasing how to use the google_fonts packag
33
publish_to: none
44

55
environment:
6-
sdk: ">=2.17.0 <3.0.0"
6+
sdk: ">=2.17.0 <4.0.0"
77

88
dependencies:
99
flutter:

packages/google_fonts/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ screenshots:
1010
path: screenshots/hot_reload.gif
1111

1212
environment:
13-
sdk: ">=2.14.0 <3.0.0"
13+
sdk: ">=2.14.0 <4.0.0"
1414
flutter: ">=2.10.0-0"
1515

1616
dependencies:

packages/symbols/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/material-foundation/flutter-packages/tree/main/pa
55
issue_tracker: https://github.com/material-foundation/flutter-packages/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+symbols%22
66

77
environment:
8-
sdk: '>=2.17.0 <3.0.0'
8+
sdk: '>=2.17.0 <4.0.0'
99
flutter: ">=1.17.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)