mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #185] [MERGED] [core] Fix Web Build #183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/185
Author: @ricoberger
Created: 8/6/2024
Status: ✅ Merged
Merged: 8/6/2024
Merged by: @ricoberger
Base:
main← Head:core-fix-web-build📝 Commits (1)
bdd054b[core] Fix Web Build📊 Changes
6 files changed (+46 additions, -5 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+6 -3)📝
app/lib/main.dart(+4 -2)➕
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_init/item_audio_player_init.dart(+11 -0)➕
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_init/item_audio_player_init_native.dart(+12 -0)➕
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_init/item_audio_player_init_stub.dart(+5 -0)➕
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_init/item_audio_player_init_web.dart(+8 -0)📄 Description
Fix web build be initializing
JustAudioMediaKitonly on Linux and Windows where it is really used. The corresponding issue for the broken web build can be found here https://github.com/Pato05/just_audio_media_kit/issues/15.To test the web build on every PR to avoid such issues, the CI/CD pipeline for the web build is now also run on every PR. On PRs we skip the upload to Cloudflare for the web build.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.