Skip to content

Fix android notif delay & auto abandon audio focus (dev.8) #144

Fix android notif delay & auto abandon audio focus (dev.8)

Fix android notif delay & auto abandon audio focus (dev.8) #144

Workflow file for this run

name: Flutter Workflow
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter --version
- run: flutter pub get
- run: flutter analyze