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
2 changes: 1 addition & 1 deletion src/deployment/cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ secrets in pull requests that you accept and merge.
[Flutter Gallery Project]: {{site.repo.gallery}}
[Github Action in Flutter Project]: {{site.github}}/nabilnalakath/flutter-githubaction
[GitHub Actions]: {{site.github}}/features/actions
[Github Actions workflows]: {{site.repo.gallery}}/tree/master/.github/workflows
[Github Actions workflows]: {{site.repo.gallery}}/tree/main/.github/workflows
[GitLab]: https://docs.gitlab.com/ee/ci/README.html#doc-nav
[CircleCI]: https://circleci.com
[Building and deploying Flutter apps with Fastlane]: https://circleci.com/blog/deploy-flutter-android
Expand Down
2 changes: 1 addition & 1 deletion src/desktop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ Flokk [announcement blogpost][gskinner-flokk-blogpost], [repo][gskinner-flokk-re
[Photo Search app]: {{site.repo.organization}}/samples/tree/master/desktop_photo_search
[running web app]: {{site.gallery}}
[flutter-gallery-repo]: {{site.repo.gallery}}
[README]: {{site.repo.gallery}}#flutter-gallery
[README]: {{site.repo.gallery}}#readme
[gskinner-flokk-repo]: {{site.github}}/gskinnerTeam/flokk
[gskinner-flokk-blogpost]: https://blog.gskinner.com/archives/2020/09/flokk-how-we-built-a-desktop-app-using-flutter.html
[Write a Flutter desktop application]: {{site.codelabs}}/codelabs/flutter-github-client
4 changes: 2 additions & 2 deletions src/development/ui/animations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Learn more about Flutter animations at the following links:
[Creating custom explicit animations with AnimatedBuilder and AnimatedWidget]: {{site.youtube-site}}/watch?v=fneC7t4R_B0&list=PLjxrf2q8roU2v6UqYlt_KPaXlnjbYySua&index=4
[Flutter API documentation]: {{site.api}}
[Flutter Gallery]: {{site.repo.gallery}}
[`Grid`]: {{site.repo.gallery}}/blob/master/lib/demos/material/grid_list_demo.dart
[`Grid`]: {{site.repo.gallery}}/blob/main/lib/demos/material/grid_list_demo.dart
[`Hero`]: {{site.api}}/flutter/widgets/Hero-class.html
[Hero animations]: {{site.url}}/development/ui/animations/hero-animations
[How to choose which Flutter Animation Widget is right for you?]: {{site.youtube-site}}/watch?v=GXIJJkq_H8g
Expand All @@ -262,7 +262,7 @@ Learn more about Flutter animations at the following links:
[`PageRoute`]: {{site.api}}/flutter/widgets/PageRoute-class.html
[part 2]: {{site.medium}}/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb
[Sample app catalog]: https://flutter.github.io/samples
[Shrine]: {{site.repo.gallery}}/tree/master/lib/studies/shrine
[Shrine]: {{site.repo.gallery}}/tree/main/lib/studies/shrine
[`SpringSimulation`]: {{site.api}}/flutter/physics/SpringSimulation-class.html
[Staggered Animations]: {{site.url}}/development/ui/animations/staggered-animations
[Step 7 (Animate your app)]: {{site.codelabs}}/codelabs/flutter/#6
Expand Down
2 changes: 1 addition & 1 deletion src/perf/deferred-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ Play store's delivery feature.
[Deferred Components]: {{site.repo.flutter}}/wiki/Deferred-Components
[`DeferredComponent`]: {{site.api}}/flutter/services/DeferredComponent-class.html
[dynamic feature modules]: {{site.android-dev}}/guide/playcore/feature-delivery
[Flutter Gallery’s lib/deferred_widget.dart]: {{site.repo.gallery}}/blob/master/lib/deferred_widget.dart
[Flutter Gallery’s lib/deferred_widget.dart]: {{site.repo.gallery}}/blob/main/lib/deferred_widget.dart
[Flutter wiki]: {{site.repo.flutter}}/wiki
[github.com/google/bundletool/releases]: {{site.github}}/google/bundletool/releases
[lazily loading a library]: {{site.dart-site}}/guides/language/language-tour#lazily-loading-a-library
Expand Down