Skip to content

Commit 44a0468

Browse files
authored
Merge branch 'main' into feat/get-started-quickly
2 parents af0f75b + 1982c14 commit 44a0468

File tree

248 files changed

+3287
-751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

248 files changed

+3287
-751
lines changed

.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@ff0a06e83cb2de871e5a09832bc6a81e7276941f
36+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f
47+
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f
61+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
include:
2828
- name: "Beta channel"
2929
branch: beta
30-
experimental: false
30+
experimental: true
3131
- name: "Stable channel"
3232
branch: stable
33-
experimental: true
33+
experimental: false
3434
continue-on-error: ${{ matrix.experimental }}
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -62,7 +62,7 @@ jobs:
6262
submodules: recursive
6363
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
6464
with:
65-
sdk: beta
65+
sdk: stable
6666
- name: Fetch Dart dependencies
6767
run: dart pub get
6868
- name: Check if excerpts are up to date
@@ -88,7 +88,7 @@ jobs:
8888
run: pnpm install --frozen-lockfile
8989
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
9090
with:
91-
sdk: beta
91+
sdk: stable
9292
- name: Fetch Dart dependencies
9393
run: dart pub get
9494
- name: Build site
@@ -108,7 +108,7 @@ jobs:
108108
submodules: recursive
109109
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
110110
with:
111-
sdk: beta
111+
sdk: stable
112112
- name: Fetch Dart dependencies
113113
run: dart pub get
114114
- name: Validate the firebase.json file

diagrams/tutorial/Widget diagrams.fig

748 KB
Binary file not shown.

examples/_animation/basic_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
66
resolution: workspace
77
environment:
8-
sdk: ^3.8.0-0
8+
sdk: ^3.8.0
99

1010
dependencies:
1111
flutter:

examples/_animation/basic_radial_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.8.0-0
9+
sdk: ^3.8.0
1010

1111
dependencies:
1212
flutter:

examples/_animation/basic_staggered_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An introductory example to staggered animations.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.8.0-0
7+
sdk: ^3.8.0
88

99
dependencies:
1010
flutter:

examples/_animation/hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows how to create a simple Hero transition.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.8.0-0
7+
sdk: ^3.8.0
88

99
dependencies:
1010
flutter:

examples/_animation/radial_hero_animation/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.8.0-0
9+
sdk: ^3.8.0
1010

1111
dependencies:
1212
flutter:

examples/_animation/radial_hero_animation_animate_rectclip/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
77
resolution: workspace
88
environment:
9-
sdk: ^3.8.0-0
9+
sdk: ^3.8.0
1010

1111
dependencies:
1212
flutter:

examples/_animation/staggered_pic_selection/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A more complex staggered animation example.
44

55
resolution: workspace
66
environment:
7-
sdk: ^3.8.0-0
7+
sdk: ^3.8.0
88

99
dependencies:
1010
flutter:

0 commit comments

Comments
 (0)