-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: Bump Flutter to 3.24.3 (#435)
This also moves over to the fvm workflow and fixes formatting.
- Loading branch information
Showing
166 changed files
with
1,043 additions
and
597 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"flutter": "3.24.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,15 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos analyze | ||
|
||
build: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: sudo apt update | ||
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip xvfb | ||
|
@@ -32,7 +32,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: sudo apt update | ||
- run: sudo apt install -y lcov | ||
|
@@ -47,15 +47,15 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos run format | ||
|
||
integration: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: sudo apt update | ||
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip xvfb | ||
|
@@ -69,7 +69,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos generate | ||
- run: ./.github/scripts/check-outdated-files.sh | ||
|
@@ -88,7 +88,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos gen-l10n | ||
- run: ./.github/scripts/check-outdated-files.sh | ||
|
@@ -107,14 +107,14 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos exec --no-private -- flutter pub publish --dry-run | ||
|
||
test: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: asdf-vm/actions/install@v3 | ||
- uses: Atsumi3/actions[email protected] | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ coverage/ | |
**/pubspec_overrides.yaml | ||
|
||
# FVM Version Cache | ||
.fvm/ | ||
.fvm/ | ||
**/.fvm |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../.fvmrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.fvmrc |
Oops, something went wrong.