Skip to content

feat: Added better change notifier class #6

feat: Added better change notifier class

feat: Added better change notifier class #6

Workflow file for this run

name: Analyzer
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check_analyzer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter packages get
- run: dart analyze