Skip to content

Update dependency flutter to v3.16.0 #21

Update dependency flutter to v3.16.0

Update dependency flutter to v3.16.0 #21

Workflow file for this run

name: cosee_lints
on: [ push ]
jobs:
pana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- name: Cache dependencies
uses: actions/cache@v3
id: cache
with:
path: |
.dart_tool/
key: ${{ runner.os }}-dependencies-${{ hashFiles('**/pubspec.lock') }}
- name: Install Dependencies
run: |
flutter pub get
flutter pub global activate pana
- name: Verify Pub Score
run: ./tool/verify_pub_score.sh