Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update site for Dart 3.4 release #5809

Merged
merged 2 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/analysis/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: examples
description: dart.dev example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/analysis_alt/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: examples
description: dart.dev example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
lints: ^4.0.0
2 changes: 1 addition & 1 deletion examples/async_await/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: async_await
description: dart.dev example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/build_runner_usage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build_runner_usage
description: dart.dev build_runner example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
args: ^2.4.0
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: cli_examples
description: Examples for CLI tutorials on dart.dev

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
args: ^2.4.2
Expand Down
2 changes: 1 addition & 1 deletion examples/concurrency/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
http: any
Expand Down
2 changes: 1 addition & 1 deletion examples/create_libraries/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.
version: 1.0.0

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/extension_methods/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.
version: 1.0.0

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch_data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Fetch data example
version: 0.0.1

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
http: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion examples/futures/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
publish_to: none

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/html/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.
version: 0.0.1

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/iterables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: iterables_examples
description: dart.dev example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/language/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: examples
description: dart.dev example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
examples_util: { path: ../util }
Expand Down
2 changes: 1 addition & 1 deletion examples/misc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: examples
description: dart.dev example code.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
args: ^2.4.2
Expand Down
2 changes: 1 addition & 1 deletion examples/non_promotion/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev non-promotion examples.
version: 0.0.1

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
lints: ^4.0.0
2 changes: 1 addition & 1 deletion examples/null_safety_codelab/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: null_safety_codelab_examples
description: dart.dev example code for null safety codelab

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/type_system/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: type_system_examples
description: dart.dev type system examples.

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/util/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example utilities.
version: 0.0.2

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
test: ^1.25.2
Expand Down
2 changes: 1 addition & 1 deletion examples/vector_victor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
# homepage: https://www.example.com

environment:
sdk: ^3.3.0
sdk: ^3.4.0

# dependencies:
# path: ^1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none
homepage: https://dart.dev

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dev_dependencies:
dart_site:
Expand Down
2 changes: 1 addition & 1 deletion src/_data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ og_image_vers: "?2"

sdkInfo:
channel: stable
version: 3.3.2
version: 3.4.0
2 changes: 1 addition & 1 deletion src/content/tutorials/server/cmdline.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ $ dart run bin/dcat.dart -n pubspec.yaml
4 # repository: https://github.com/my_org/my_repo
5
6 environment:
7 sdk: ^3.3.0
7 sdk: ^3.4.0
8
9 # Add regular dependencies here.
10 dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tool/dart_site/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Dart-based tools for building dart.dev.
publish_to: none

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
args: ^2.4.2
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/archive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Display a list of downloads for dart.dev.
publish_to: none

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
dart_sdk_archive:
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/dart_sdk_archive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: An absolute bare-bones web app.
publish_to: none

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
http: ^1.2.0
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/sdk_builds.dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Utilities for accessing builds of the Dart SDK.
publish_to: none

environment:
sdk: ^3.3.0
sdk: ^3.4.0

dependencies:
googleapis: ^13.1.0
Expand Down