Skip to content

Update Android PendingIntent flags in AlarmReceiver #222

Update Android PendingIntent flags in AlarmReceiver

Update Android PendingIntent flags in AlarmReceiver #222

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