We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15395b2 commit fd7f369Copy full SHA for fd7f369
2 files changed
.github/actions/setup-android/action.yml
@@ -28,6 +28,10 @@ runs:
28
flutter-version: 3.29.3
29
channel: stable
30
cache: true
31
+
32
+ - name: Enable Swift Package Manager
33
+ run: flutter config --enable-swift-package-manager
34
+ shell: bash
35
36
- name: Install Flutter dependencies
37
working-directory: auth0_flutter/example
.github/actions/setup-publish/action.yml
@@ -20,7 +20,10 @@ runs:
20
flutter-version: ${{ inputs.flutter }}
21
22
23
-
24
25
26
27
working-directory: ${{ inputs.working-directory }}
run: flutter pub get
0 commit comments