Skip to content

50 after clicking the image picker the dialog appears but when clicking on cancel the loader is not dismissing #37

50 after clicking the image picker the dialog appears but when clicking on cancel the loader is not dismissing

50 after clicking the image picker the dialog appears but when clicking on cancel the loader is not dismissing #37

Workflow file for this run

name: Flutter Web CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/[email protected]
- run: flutter pub get
- run: dart format --set-exit-if-changed .
- name: Analyze project source
run: flutter analyze
working-directory: ./lib
- name: Build example
run: flutter build web
working-directory: example