Skip to content

chore(kiwi_generator): update kiwi_generator to 4.2.1 using now kiwi 5.0.1 #58

chore(kiwi_generator): update kiwi_generator to 4.2.1 using now kiwi 5.0.1

chore(kiwi_generator): update kiwi_generator to 4.2.1 using now kiwi 5.0.1 #58

name: flutter_kiwi_example
on:
push:
branches: [ 'master', 'stable' ]
pull_request:
branches: [ 'master', 'stable' ]
jobs:
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: examples/flutter_kiwi
steps:
- uses: actions/checkout@v4
- uses: subosito/[email protected]
with:
channel: 'stable'
- run: flutter packages get
- run: flutter analyze
- run: dart format -o none --set-exit-if-changed .