Skip to content

chore: migrate to Gradle plugins with declarative plugins block #5

chore: migrate to Gradle plugins with declarative plugins block

chore: migrate to Gradle plugins with declarative plugins block #5

Workflow file for this run

name: Flutter CI
on:
pull_request:
branches:
- master
jobs:
main:
runs-on: macos-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test
- run: flutter build ios --release --no-codesign
- run: flutter build apk
- run: flutter build appbundle