Skip to content

Commit 3e7b7f7

Browse files
committed
setup flutter
1 parent dde2939 commit 3e7b7f7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/samples-dart-build-test.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,17 @@ jobs:
2020
- samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake-json_serializable/
2121
steps:
2222
- uses: actions/checkout@v4
23+
2324
- uses: dart-lang/setup-dart@v1
2425
with:
2526
sdk: ${{ matrix.sdk }}
2627

28+
- name: Set up Flutter
29+
uses: subosito/flutter-action@v2
30+
with:
31+
channel: stable
32+
flutter-version: 3.19.0
33+
2734
- name: pub get
2835
working-directory: ${{ matrix.sample }}
2936
run: dart pub get

0 commit comments

Comments
 (0)