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 layout basics codelab #9876

Merged
merged 2 commits into from
Nov 30, 2023
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
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
{ "source": "/accessibility-and-localization", "destination": "/ui/accessibility-and-internationalization", "type": 301 },
{ "source": "/accessibility-and-localization/:rest*", "destination": "/ui/accessibility-and-internationalization/:rest*", "type": 301 },
{ "source": "/add-to-app/android/add-splash-screen", "destination": "/platform-integration/android/splash-screen", "type": 301 },
{ "source": "/codelabs/layout-basics", "destination": "/ui/layout", "type": 301 },
{ "source": "/codelabs/explicit-animations", "destination": "/ui/animations/tutorial", "type": 301 },
{ "source": "/cookbook/games", "destination": "https://flutter.dev/games", "type": 301 },
{ "source": "/cookbook/games/google-mobile-ads", "destination": "/cookbook/plugins/google-mobile-ads", "type": 301 },
Expand Down
5 changes: 0 additions & 5 deletions src/codelabs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ one of the following codelabs:
Learn about Material Design and basic Flutter concepts,
like layout and animations:

* [Basic Flutter layout concepts][]<br>
Use DartPad in a browser (no downloads required!)
to learn the basics of creating a Flutter layout.

* [How to debug layout issues with the Flutter Inspector][]<br>
Not an official codelab, but step-by-step instructions on
how to debug common layout problems using the Flutter
Expand Down Expand Up @@ -145,7 +141,6 @@ like layout and animations:
[Building next generation UIs in Flutter]: {{site.codelabs}}/codelabs/flutter-next-gen-uis#0
[Adaptive Apps in Flutter]: {{site.codelabs}}/codelabs/flutter-adaptive-app
[animations]: {{site.pub}}/packages/animations
[Basic Flutter layout concepts]: {{site.url}}/codelabs/layout-basics
[Building Beautiful Transitions with Material Motion for Flutter]: {{site.codelabs}}/codelabs/material-motion-flutter
[Building scrolling experiences in Flutter]: {{site.youtube-site}}/watch?v=YY-_yrZdjGc
[How to debug layout issues with the Flutter Inspector]: {{site.flutter-medium}}/how-to-debug-layout-issues-with-the-flutter-inspector-87460a7b9db
Expand Down
Loading