Skip to content

fix: update DropdownButtonFormField to use initialValue for frequency… #4

fix: update DropdownButtonFormField to use initialValue for frequency…

fix: update DropdownButtonFormField to use initialValue for frequency… #4

name: Flutter Analyze
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Flutter analyze
run: flutter analyze