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 be261a4 commit eeb871eCopy full SHA for eeb871e
.github/workflows/tests.yml
@@ -39,6 +39,10 @@ jobs:
39
channel: stable
40
cache: true
41
42
+ # To skip installing CocoaPods, ruby and avoid any build failures or compatibility issues.
43
+ - name: Enable Flutter Swift Package Manager
44
+ run: flutter config --enable-swift-package-manager
45
+
46
- name: Install dependencies
47
run: flutter pub get
48
working-directory: example
0 commit comments