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 2d53928 commit 10e9517Copy full SHA for 10e9517
.github/workflows/test.yml
@@ -223,7 +223,7 @@ jobs:
223
flutter-version: ${{ inputs.flutter_version }}
224
channel: ${{ inputs.flutter_channel }}
225
- name: Override endorsed plugin with audioplayers_android_exo
226
- run: dart pub add "audioplayers_android_exo:{path: ../../audioplayers_android_exo}"
+ run: dart pub add 'audioplayers_android_exo:{path: ../../audioplayers_android_exo}'
227
working-directory: ./packages/audioplayers/example
228
- uses: bluefireteam/melos-action@v3
229
- name: Setup Android Emulator
0 commit comments