diff --git a/.github/workflows/app-distribute.yml b/.github/workflows/app-distribute.yml index fa9aedf57..a9605acd0 100644 --- a/.github/workflows/app-distribute.yml +++ b/.github/workflows/app-distribute.yml @@ -45,6 +45,9 @@ jobs: channel: ${{ env.FLUTTER_CHANNEL }} flutter-version: ${{ env.FLUTTER_VERSION }} + - name: Setup FlutterFire CLI + run: flutter pub global activate flutterfire_cli + - name: Setup Melos run: flutter pub global activate melos diff --git a/dogfooding/pubspec.yaml b/dogfooding/pubspec.yaml index 528cfd00d..08a7f179a 100644 --- a/dogfooding/pubspec.yaml +++ b/dogfooding/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_dogfooding -version: 1.7.0+1 +version: 1.7.1+1 publish_to: none description: Flutter Dogfooding App to showcase Video SDK. @@ -34,11 +34,12 @@ dependencies: share_plus: ^10.0.2 shared_preferences: ^2.3.2 stream_chat_flutter: ^9.0.0 - stream_video_flutter: ^0.7.0 - stream_video_push_notification: ^0.7.0 - stream_video_screen_sharing: ^0.7.0 + stream_video_flutter: ^0.7.1 + stream_video_push_notification: ^0.7.1 + stream_video_screen_sharing: ^0.7.1 dependency_overrides: + just_audio_web: ^0.4.13 wakelock_plus: ^1.2.9 stream_video: path: ../packages/stream_video diff --git a/dogfooding/web/index.html b/dogfooding/web/index.html index e57c616fb..cb0f84ae7 100644 --- a/dogfooding/web/index.html +++ b/dogfooding/web/index.html @@ -1,5 +1,6 @@ +
- + - +