[podcast] Fix Audio Player for Windows and Linux (#42)

Instead of using the "just_audio_windows" and "just_audio_mpv" packages
for Windows and Linux, we are now using "just_audio_media_kit", so that
the audio player is working reliable on these platforms.

Note: We have to adjust the Flatpak, to include the dependencies which
are required on Linux.
This commit is contained in:
Rico Berger
2023-10-20 20:09:15 +02:00
committed by GitHub
parent cf8762560e
commit 50f1638805
7 changed files with 83 additions and 34 deletions

View File

@@ -3,12 +3,14 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
media_kit_libs_linux
screen_retriever
url_launcher_linux
window_manager
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
media_kit_native_event_loop
)
set(PLUGIN_BUNDLED_LIBRARIES)