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

Remove null safety codelab for now #5539

Merged
merged 1 commit into from
Feb 14, 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
3 changes: 2 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
{ "source": "/cl", "destination": "https://dart-review.googlesource.com/q/status:open+-is:wip", "type": 301 },
{ "source": "/cl/:rest*", "destination": "https://dart-review.googlesource.com/c/sdk/+/:rest*", "type": 301 },
{ "source": "/cloud{,/**}", "destination": "/server/google-cloud", "type": 301 },
{ "source": "/codelabs/null-safety{,/**}", "destination": "/null-safety/understanding-null-safety", "type": 301 },
{ "source": "/codelabs/server{,/**}", "destination": "/tutorials/server/httpserver", "type": 301 },
{ "source": "/code-of-conduct", "destination": "/community/code-of-conduct", "type": 301 },
{ "source": "/concurrency", "destination": "/language/concurrency", "type": 301 },
Expand Down Expand Up @@ -225,7 +226,7 @@
{ "source": "/mailing-list", "destination": "https://groups.google.com/a/dartlang.org/forum/#!forum/misc", "type": 301 },
{ "source": "/mobile", "destination": "/multiplatform-apps", "type": 301 },
{ "source": "/news{,/**}", "destination": "https://medium.com/dartlang", "type": 301 },
{ "source": "/null-safety/tour", "destination": "/codelabs/null-safety", "type": 301 },
{ "source": "/null-safety/tour", "destination": "/null-safety/understanding-null-safety", "type": 301 },
{ "source": "/observatory{,/**}", "destination": "/tools/dart-devtools", "type": 301 },
{ "source": "/packages", "destination": "https://pub.dev", "type": 301 },
{ "source": "/platforms", "destination": "/overview#platform", "type": 301 },
Expand Down
2 changes: 0 additions & 2 deletions src/_data/side-nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
permalink: /codelabs/iterables
- title: Asynchronous programming
permalink: /codelabs/async-await
- title: Null safety
permalink: /codelabs/null-safety
- title: Language
expanded: false
children:
Expand Down
4 changes: 0 additions & 4 deletions src/content/codelabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ Discover Dart 3's new records and patterns features.
Learn how you can use them in a Flutter app to help you
write more readable and maintainable Dart code.

### [Null safety](/codelabs/null-safety)

Use DartPad to learn about Dart's null-safe type system.

## Flutter

To learn about Flutter, try one of the
Expand Down
Loading