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

Commit 868e51b

Browse files
committed
Bump to 3.0.0-0
1 parent 6889e20 commit 868e51b

File tree

42 files changed

+42
-42
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+42
-42
lines changed

ci/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: ci_scripts
66
publish_to: none
77
environment:
8-
sdk: '>=2.19.0-0 <4.0.0'
8+
sdk: '>=3.0.0-0 <4.0.0'
99

1010
# Do not add any dependencies that require more than what is provided in
1111
# //third_party/pkg, //third_party/dart/pkg, or

flutter_frontend_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage: https://flutter.dev
1818
# relative to this directory into //third_party/dart
1919

2020
environment:
21-
sdk: '>=2.19.0-0 <4.0.0'
21+
sdk: '>=3.0.0-0 <4.0.0'
2222

2323
dependencies:
2424
args: any

impeller/tessellator/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish_to: none
88
homepage: https://github.com/flutter/impeller/tree/main/tessellator/dart
99

1010
environment:
11-
sdk: '>=2.19.0-0 <4.0.0'
11+
sdk: '>=3.0.0-0 <4.0.0'

lib/snapshot/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# This file is needed by Fuchsia's dart_library template.
66

77
environment:
8-
sdk: '>=2.19.0-0 <4.0.0'
8+
sdk: '>=3.0.0-0 <4.0.0'

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33

44
# Keep the SDK version range in sync with pubspecs under web_sdk
55
environment:
6-
sdk: '>=2.19.0-0 <4.0.0'
6+
sdk: '>=3.0.0-0 <4.0.0'
77

88
dependencies:
99
js: 0.6.4

shell/platform/fuchsia/dart-pkg/fuchsia/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# found in the LICENSE file.
44

55
environment:
6-
sdk: '>=2.19.0-0 <4.0.0'
6+
sdk: '>=3.0.0-0 <4.0.0'

shell/platform/fuchsia/dart-pkg/zircon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: zircon
66

77
environment:
8-
sdk: '>=2.19.0-0 <4.0.0'
8+
sdk: '>=3.0.0-0 <4.0.0'
99

1010

1111
# Uncomment block for local testing

shell/platform/fuchsia/dart-pkg/zircon_ffi/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: zircon_ffi
22

33
environment:
4-
sdk: '>=2.19.0-0 <4.0.0'
4+
sdk: '>=3.0.0-0 <4.0.0'
55

66
dependencies:
77
ffi: ^1.0.0

shell/platform/fuchsia/dart_runner/embedder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# template in BUILD.gn.
77

88
environment:
9-
sdk: '>=2.19.0-0 <4.0.0'
9+
sdk: '>=3.0.0-0 <4.0.0'
1010

shell/platform/fuchsia/dart_runner/vmservice/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# found in the LICENSE file.
44

55
environment:
6-
sdk: '>=2.19.0-0 <4.0.0'
6+
sdk: '>=3.0.0-0 <4.0.0'
77

0 commit comments

Comments
 (0)