Skip to content

Change Settings page to a full screen page and manually generated the… #413

Change Settings page to a full screen page and manually generated the…

Change Settings page to a full screen page and manually generated the… #413

Workflow file for this run

name: Flutter CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.27.0'
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug
- run: flutter build appbundle --debug