We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f486025 commit acfbbafCopy full SHA for acfbbaf
.github/workflows/dart.yml
@@ -18,14 +18,14 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
- # Note: This workflow uses the latest stable version of the Dart SDK.
22
- # You can specify other versions if desired, see documentation here:
23
- # https://github.com/dart-lang/setup-dart/blob/main/README.md
24
- # - uses: dart-lang/setup-dart@v1
25
- - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
+ - name: Setup Flutter SDK
+ uses: flutter-actions/setup-flutter@v4
+ with:
+ channel: stable
+ version: 3.32.2
26
27
- name: Install dependencies
28
- run: dart pub get
+ run: flutter pub get
29
30
# Uncomment this step to verify the use of 'dart format' on each commit.
31
# - name: Verify formatting
0 commit comments