Skip to content

v0.3.2: intl 0.19, multiple_localization 0.5.0 #9

v0.3.2: intl 0.19, multiple_localization 0.5.0

v0.3.2: intl 0.19, multiple_localization 0.5.0 #9

Workflow file for this run

name: Analyze & Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze
#- name: Run tests
# run: flutter test