Skip to content

Merge pull request #577 from Gaurav-Kushwaha-1225/GetXThemeMode #236

Merge pull request #577 from Gaurav-Kushwaha-1225/GetXThemeMode

Merge pull request #577 from Gaurav-Kushwaha-1225/GetXThemeMode #236

Workflow file for this run

name: Flutter Build
on:
push:
branches:
- main
- next
workflow_dispatch:
jobs:
build-android:
name: Android
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: "17.x"
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Build Flutter app for Android
run: flutter build apk