Skip to content

switch map to bloc for state mgmt #17

switch map to bloc for state mgmt

switch map to bloc for state mgmt #17

Workflow file for this run

# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# release:
# types: [published]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
- run: flutter pub get
- run: flutter test
- run: flutter build apk
- run: flutter build appbundle