Skip to content

fix loading indicator to save and share images #30

fix loading indicator to save and share images

fix loading indicator to save and share images #30

Workflow file for this run

name: Imgy
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.5'
- run: flutter pub get
- run: flutter test