Skip to content

Updated file_picker dependency to 8.1.7. #416

Updated file_picker dependency to 8.1.7.

Updated file_picker dependency to 8.1.7. #416

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