-
-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update to use flutter_gpu package following launch [flame_3d] (#…
…3264) Update to use flutter_gpu package following launch.
- Loading branch information
1 parent
c7ceadb
commit 4a21a11
Showing
5 changed files
with
9 additions
and
16 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 |
---|---|---|
|
@@ -7,17 +7,15 @@ on: | |
pull_request: | ||
types: [opened, reopened, synchronize] | ||
|
||
|
||
env: | ||
FLUTTER_MIN_VERSION: '3.22.0' | ||
|
||
jobs: | ||
# BEGIN LINTING STAGE | ||
format: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
channel: main | ||
- uses: bluefireteam/melos-action@v3 | ||
- run: melos run format-check | ||
|
||
|
@@ -27,18 +25,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
flutter-version: ${{env.FLUTTER_MIN_VERSION}} | ||
- uses: bluefireteam/melos-action@v3 | ||
- name: "Analyze with lowest supported version" | ||
uses: invertase/[email protected] | ||
with: | ||
fatal-infos: true | ||
|
||
analyze-latest: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: subosito/flutter-action@v2 | ||
channel: main | ||
- uses: bluefireteam/melos-action@v3 | ||
- name: "Analyze with latest stable" | ||
uses: invertase/[email protected] | ||
|
@@ -60,6 +47,8 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
channel: main | ||
- uses: bluefireteam/melos-action@v3 | ||
- name: Install DCM | ||
uses: CQLabs/setup-dcm@v1 | ||
|
@@ -77,6 +66,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
channel: main | ||
cache: true | ||
- uses: bluefireteam/melos-action@v3 | ||
- name: Run tests | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -16,6 +16,7 @@ dependencies: | |
flutter: | ||
sdk: flutter | ||
flutter_gpu: | ||
sdk: flutter | ||
meta: ^1.12.0 | ||
vector_math: ^2.1.4 | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.