Skip to content

Update README.md

Update README.md #50

Workflow file for this run

name: Dart CI
on: push
jobs:
build:
name: Build APK
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: 1.12.13+hotfix.8
- run: flutter pub get
- run: flutter test
# - name: Building the debug APK
- run: flutter build apk --debug