Skip to content

Commit fadc9b4

Browse files
Merge branch 'main' into patch-3
2 parents bfa0d2c + 346b24d commit fadc9b4

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"PATH": "${containerEnv:PATH}:${containerEnv:FLUTTER_ROOT}/bin"
1414
},
1515
"onCreateCommand": "git clone --branch=stable https://github.com/flutter/flutter.git ${containerEnv:FLUTTER_ROOT} && ${containerEnv:FLUTTER_ROOT}/bin/flutter doctor",
16-
"postCreateCommand": "git submodule update --init --recursive && flutter pub get && pnpm install",
16+
"postCreateCommand": "git submodule update --init --recursive && flutter pub get && corepack install && pnpm install",
1717
"customizations": {
1818
"vscode": {
1919
"extensions": ["Dart-Code.dart-code","Dart-Code.flutter"]

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Initializes the CodeQL tools for scanning.
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
36+
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60
3737
with:
3838
languages: ${{ matrix.language }}
3939
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -44,7 +44,7 @@ jobs:
4444
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4545
# If this step fails, then you should remove it and run the build manually (see below)
4646
- name: Autobuild
47-
uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
47+
uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60
4848

4949
# ℹ️ Command-line programs to run using the OS shell.
5050
# 📚 https://git.io/JvXDl
@@ -58,4 +58,4 @@ jobs:
5858
# make release
5959

6060
- name: Perform CodeQL Analysis
61-
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
61+
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050

5151
# Upload the results to GitHub's code scanning dashboard.
5252
- name: "Upload to code-scanning"
53-
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a
53+
uses: github/codeql-action/upload-sarif@df5a14dc28094dc936e103b37d749c6628682b60
5454
with:
5555
sarif_file: results.sarif

src/content/index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ Once you've gone through [Get started][],
3232
including [Write your first Flutter app][],
3333
here are some next steps.
3434

35+
[Get started]: /get-started/install
3536
[Write your first Flutter app]: /get-started/codelab
3637

3738
### Docs
3839

3940
Coming from another platform? Check out Flutter for:
40-
[Android][], [SwiftUI][], [UIKit][], [React Native][], and
41+
[Android][], [SwiftUI][], [UIKit][], [React Native][], [Web][], and
4142
[Xamarin.Forms][] developers.
4243

4344
[Building layouts][]
@@ -57,15 +58,15 @@ Coming from another platform? Check out Flutter for:
5758
: Get the answers to frequently asked questions.
5859

5960
[Android]: /get-started/flutter-for/android-devs
60-
[Building layouts]: /ui/layout
61-
[FAQ]: /resources/faq
62-
[Get started]: /get-started/install
63-
[interactivity]: /ui/interactivity
6461
[SwiftUI]: /get-started/flutter-for/swiftui-devs
6562
[UIKit]: /get-started/flutter-for/uikit-devs
6663
[React Native]: /get-started/flutter-for/react-native-devs
67-
[Understanding constraints]: /ui/layout/constraints
64+
[Web]: /get-started/flutter-for/web-devs
6865
[Xamarin.Forms]: /get-started/flutter-for/xamarin-forms-devs
66+
[Building layouts]: /ui/layout
67+
[Understanding constraints]: /ui/layout/constraints
68+
[interactivity]: /ui/interactivity
69+
[FAQ]: /resources/faq
6970

7071
### Videos
7172

0 commit comments

Comments
 (0)