Skip to content

Fixed NullPointerException on reading NotificationDetails #58

Fixed NullPointerException on reading NotificationDetails

Fixed NullPointerException on reading NotificationDetails #58

Workflow file for this run

name: Analyze & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
defaults:
run:
working-directory: flutter_local_notifications
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.10.6'
channel: 'stable'
- name: Install dependencies
run: flutter pub get
- name: Analyze project source
run: flutter analyze
- name: Run tests
run: flutter test