Skip to content

Commit

Permalink
chore: Update to use flutter_gpu package following launch [flame_3d] (#…
Browse files Browse the repository at this point in the history
…3264)

Update to use flutter_gpu package following launch.
  • Loading branch information
luanpotter authored Aug 13, 2024
1 parent c7ceadb commit 4a21a11
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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]
Expand All @@ -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
Expand All @@ -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
Expand Down
Binary file modified packages/flame/test/_goldens/align_component_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions packages/flame_3d/example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/

# IntelliJ related
Expand Down
1 change: 1 addition & 0 deletions packages/flame_3d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
flutter:
sdk: flutter
flutter_gpu:
sdk: flutter
meta: ^1.12.0
vector_math: ^2.1.4

Expand Down
Binary file modified packages/flame_svg/test/_goldens/render_sharply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a21a11

Please sign in to comment.