We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b01d2 commit d0452dcCopy full SHA for d0452dc
.github/workflows/publish.yml
@@ -31,6 +31,12 @@ jobs:
31
- uses: actions/checkout@v4
32
# Setup Dart SDK with JWT token
33
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
34
+ # Download flutter SDK - needed for publishing Flutter packages. Can also
35
+ # publish pure Dart packages.
36
+ #
37
+ # This will add the flutter/bin/dart executable to path, that sets up
38
+ # FLUTTER_ROOT.
39
+ - uses: flutter-actions/setup-flutter@d030cb603380106494f72d65a7e52462f380781f
40
# Minimal package setup and dry run checks.
41
- name: Install dependencies
42
run: dart pub get
0 commit comments