Skip to content

Upgade to flame 1.10.0 #44

Upgade to flame 1.10.0

Upgade to flame 1.10.0 #44

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: subosito/flutter-action@v2
- run: dart format --set-exit-if-changed .
- run: flutter analyze .
- run: flutter config --enable-windows-desktop
- run: flutter build windows