Skip to content
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
36 changes: 21 additions & 15 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{ "source": "/f/flutter-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/flutter-survey-metadata.json", "type": 301 },
{ "source": "/faq", "destination": "/resources/faq", "type": 301 },
{ "source": "/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
{ "source": "/flutter-for-:platform*", "destination": "/get-started/flutter-for/:platform*-devs", "type": 301 },
{ "source": "/flutter-for-:platform*", "destination": "/flutter-for/:platform*-devs", "type": 301 },
{ "source": "/formatting", "destination": "/tools/formatting", "type": 301 },
{ "source": "/gestures", "destination": "/ui/advanced/gestures", "type": 301 },
{ "source": "/glossary", "destination": "/resources/glossary", "type": 301 },
Expand Down Expand Up @@ -93,8 +93,8 @@
{ "source": "/responsive*", "destination": "/ui/layout/responsive/adaptive-responsive", "type": 301 },
{ "source": "/routing-and-navigation", "destination": "/ui/navigation", "type": 301 },
{ "source": "/sdk-archive", "destination": "/install/archive", "type": 301 },
{ "source": "/setup-:os*", "destination": "/get-started", "type": 301 },
{ "source": "/setup", "destination": "/get-started", "type": 301 },
{ "source": "/setup-:os*", "destination": "/install", "type": 301 },
{ "source": "/setup", "destination": "/install", "type": 301 },
{ "source": "/technical-overview", "destination": "/resources/architectural-overview", "type": 301 },
{ "source": "/text-input", "destination": "/cookbook/forms/text-input", "type": 301 },
{ "source": "/tutorial", "destination": "/learn/tutorial", "type": 301 },
Expand All @@ -106,7 +106,7 @@
{ "source": "/using-ide-vscode", "destination": "/tools/vs-code", "type": 301 },
{ "source": "/using-ide", "destination": "/tools/android-studio", "type": 301 },
{ "source": "/using-packages", "destination": "/packages-and-plugins/using-packages", "type": 301 },
{ "source": "/web-analogs", "destination": "/get-started/flutter-for/web-devs", "type": 301 },
{ "source": "/web-analogs", "destination": "/flutter-for/web-devs", "type": 301 },
{ "source": "/webflutter.dev/web", "destination": "/web", "type": 301 },
{ "source": "/widgets-intro", "destination": "/ui", "type": 301 },
{ "source": "/widgets", "destination": "/ui/widgets/catalog", "type": 301 },
Expand Down Expand Up @@ -134,22 +134,28 @@
{ "source": "/cookbook/testing/widget-test-introduction", "destination": "/cookbook/testing/widget", "type": 301 },
{ "source": "/cookbook/testing/widget-test-tap-drag", "destination": "/cookbook/testing/widget/tap-drag", "type": 301 },
{ "source": "/deployment/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
{ "source": "/get-started/codelab-web", "destination": "/get-started/codelab", "type": 301 },
{ "source": "/get-started", "destination": "/install", "type": 301 },
{ "source": "/get-started/custom", "destination": "/install/custom", "type": 301 },
{ "source": "/get-started/codelab", "destination": "/learn/pathway", "type": 301 },
{ "source": "/get-started/codelab-web", "destination": "/learn", "type": 301 },
{ "source": "/get-started/editor", "destination": "/tools/editors", "type": 301 },
{ "source": "/get-started/flutter-for", "destination": "/get-started/learn-flutter", "type": 301 },
{ "source": "/get-started/flutter-for/ios-devs", "destination": "/get-started/flutter-for/swiftui-devs", "type": 301 },
{ "source": "/get-started/fwe/:rest*", "destination": "/get-started/fundamentals/:rest*", "type": 301 },
{ "source": "/get-started/install", "destination": "/get-started", "type": 301 },
{ "source": "/get-started/flutter-for", "destination": "/learn", "type": 301 },
{ "source": "/get-started/flutter-for/ios-devs", "destination": "/flutter-for/swiftui-devs", "type": 301 },
{ "source": "/get-started/flutter-for/:rest*", "destination": "/flutter-for/:rest*", "type": 301 },
{ "source": "/get-started/fwe/*", "destination": "/learn/pathway", "type": 301 },
{ "source": "/get-started/fundamentals", "destination": "/learn/pathway", "type": 301 },
{ "source": "/get-started/fundamentals/*", "destination": "/learn/pathway", "type": 301 },
{ "source": "/get-started/install", "destination": "/install", "type": 301 },
{ "source": "/get-started/install/help", "destination": "/install/troubleshoot", "type": 301 },
{ "source": "/get-started/install/:rest*", "destination": "/get-started", "type": 301 },
{ "source": "/get-started/learn-more", "destination": "/get-started/learn-flutter", "type": 301 },
{ "source": "/get-started/test-drive*", "destination": "/get-started/codelab", "type": 301 },
{ "source": "/get-started/learn-flutter", "destination": "/learn", "type": 301 },
{ "source": "/get-started/learn-more", "destination": "/learn", "type": 301 },
{ "source": "/get-started/test-drive*", "destination": "/learn/pathway", "type": 301 },
{ "source": "/get-started/uninstall", "destination": "/install/uninstall", "type": 301 },
{ "source": "/get-started/web", "destination": "/platform-integration/web/building", "type": 301 },
{ "source": "/get-started/quick", "destination": "/install/quick", "type": 301 },
{ "source": "/ios-14", "destination": "/platform-integration/ios/ios-debugging", "type": 301 },
{ "source": "/ios-project-migration", "destination": "https://web.archive.org/web/20220614103526/https://docs.flutter.dev/development/ios-project-migration", "type": 301 },
{ "source": "/layout", "destination": "/ui/layout", "type": 301 },
{ "source": "/learn", "destination": "/get-started/learn-flutter", "type": 301 },
{ "source": "/material-3-migration", "destination": "/release/breaking-changes/material-3-migration", "type": 301 },
{ "source": "/packages-and-plugins/androidx-compatibility", "destination": "/platform-integration/android/androidx-migration", "type": 301 },
{ "source": "/packages-and-plugins/c-interop", "destination": "/platform-integration/android/c-interop", "type": 301 },
Expand Down Expand Up @@ -191,7 +197,7 @@
{ "source": "/resources/ai-overview", "destination": "/ai/create-with-ai", "type": 301 },
{ "source": "/resources/books", "destination": "https://docs.flutter.dev/reference/learning-resources", "type": 301 },
{ "source": "/resources/compatibility", "destination": "/release/compatibility-policy", "type": 301 },
{ "source": "/resources/dart-swift-concurrency", "destination": "/get-started/flutter-for/dart-swift-concurrency", "type": 301 },
{ "source": "/resources/dart-swift-concurrency", "destination": "/flutter-for/dart-swift-concurrency", "type": 301 },
{ "source": "/resources/platform-adaptations", "destination": "/platform-integration/platform-adaptations", "type": 301 },
{ "source": "/resources/rendering", "destination": "/resources/architectural-overview#rendering-and-layout", "type": 301 },
{ "source": "/resources/security-false-positives", "destination": "/reference/security-false-positives", "type": 301 },
Expand Down Expand Up @@ -850,7 +856,7 @@
{ "source": "/to/switch-flutter-version", "destination": "/install/upgrade#switch-to-a-specific-flutter-version", "type": 301 },
{ "source": "/to/team-infra", "destination": "https://github.com/flutter/flutter/blob/main/docs/triage/Infra-Triage.md", "type": 301 },
{ "source": "/to/template", "destination": "https://flutter.dev/go/template", "type": 301 },
{ "source": "/to/test-drive", "destination": "/get-started/quick", "type": 301 },
{ "source": "/to/test-drive", "destination": "/install", "type": 301 },
{ "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 },
{ "source": "/to/troubleshoot-devices", "destination": "/install/troubleshoot", "type": 301 },
{ "source": "/to/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 },
Expand Down
2 changes: 1 addition & 1 deletion site/lib/src/style_hash.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// dart format off

/// The generated hash of the `main.css` file.
const generatedStylesHash = '';
const generatedStylesHash = 'kqT7v0wrEV/S';
2 changes: 1 addition & 1 deletion src/_includes/docs/get-started/setup-next-steps.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<a class="text-button" href="/get-started/codelab">Write your first app</a>
</li>
<li>
<a class="text-button" href="/get-started/fundamentals">Learn the fundamentals</a>
<a class="text-button" href="/learn/pathway">Learn the fundamentals</a>
</li>
<li>
<a class="text-button"
Expand Down
2 changes: 1 addition & 1 deletion src/content/app-architecture/case-study/ui-layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ the Command pattern. [Read about it on GitHub][].
[`Listenable`]: {{site.api}}/flutter/foundation/Listenable-class.html
[`ListenableBuilder`]: {{site.api}}/flutter/widgets/ListenableBuilder-class.html
[`notifyListeners`]: {{site.api}}/flutter/foundation/ChangeNotifier/notifyListeners.html
[state-management documentation]: /get-started/fundamentals/state-management
[state-management documentation]: /data-and-backend/state-mgmt/intro
[`Scaffold`]: {{site.api}}/flutter/material/Scaffold-class.html
[`Dismissible`]: {{site.api}}/flutter/widgets/Dismissible-class.html
[`utils` directory]: https://github.com/flutter/samples/blob/main/compass_app/app/lib/utils/command.dart
Expand Down
2 changes: 1 addition & 1 deletion src/content/app-architecture/design-patterns/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,6 @@ final class Command1<T, A> extends Command<T> {
[`Result` class]: /app-architecture/design-patterns/result
[pub.dev]: {{site.pub}}
[`command_it`]: {{site.pub-pkg}}/command_it
[`ChangeNotifier`]: /get-started/fundamentals/state-management
[`ChangeNotifier`]: /learn/tutorial/change-notifier
[Model-View-ViewModel (MVVM)]: /app-architecture/guide#view-models
[View models]: /app-architecture/guide#view-models
2 changes: 1 addition & 1 deletion src/content/app-architecture/design-patterns/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ TodoListScreen(

[Flutter Architecture design]:/app-architecture
[Flutter architecture recommendations]:/app-architecture
[MVVM pattern]:/get-started/fundamentals/state-management#using-mvvm-for-your-applications-architecture
[MVVM pattern]:/app-architecture/guide#mvvm
[Persist data with SQLite]:/cookbook/persistence/sqlite
[Persistent storage architecture: Key-value data]:/app-architecture/design-patterns/key-value-data
[`/examples/app-architecture/todo_data_service/`]: {{site.repo.this}}/tree/main/examples/app-architecture/todo_data_service/
Expand Down
2 changes: 1 addition & 1 deletion src/content/app-architecture/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ check out the [state management fundamentals][].

[UI layer]: /app-architecture/case-study/ui-layer
[App architecture case study]: /app-architecture/case-study
[state management fundamentals]: /get-started/fundamentals/state-management
[state management fundamentals]: /data-and-backend/state-mgmt/intro

## Data layer

Expand Down
44 changes: 0 additions & 44 deletions src/content/get-started/codelab.md

This file was deleted.

183 changes: 0 additions & 183 deletions src/content/get-started/fundamentals/dart.md

This file was deleted.

Loading
Loading