Skip to content

Updagrde to flutter 3.13 and dart 3.1 #24

Updagrde to flutter 3.13 and dart 3.1

Updagrde to flutter 3.13 and dart 3.1 #24

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout code'
uses: actions/checkout@v3
- name: 'Tests'
uses: subosito/flutter-action@v2
with:
flutter-version: '3.x'
channel: 'stable'
- run: make