mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #41] [CLOSED] [podcast] Fix Audio Player #46
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/41
Author: @ricoberger
Created: 10/19/2023
Status: ❌ Closed
Base:
main← Head:podcast-fix-audio-player📝 Commits (1)
7a08bd3[podcast] Fix Audio Player📊 Changes
14 files changed (+413 additions, -525 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+3 -0)📝
app/lib/main.dart(+0 -9)📝
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player.dart(+4 -68)➖
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_controlbuttons.dart(+0 -135)➕
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_internal.dart(+354 -0)➖
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_seekbar.dart(+0 -159)➖
app/lib/widgets/item/details/utils/item_audio_palyer/item_audio_player_utils.dart(+0 -60)📝
app/linux/flutter/generated_plugin_registrant.cc(+4 -0)📝
app/linux/flutter/generated_plugins.cmake(+1 -0)📝
app/macos/Flutter/GeneratedPluginRegistrant.swift(+2 -6)📝
app/pubspec.lock(+40 -80)📝
app/pubspec.yaml(+1 -4)📝
app/windows/flutter/generated_plugin_registrant.cc(+3 -3)📝
app/windows/flutter/generated_plugins.cmake(+1 -1)📄 Description
The audio player used for Podcasts was not working properly on Windows and Linux, because of that we decided to replace the used "just_audio" package with the "audioplayers" package, which supports Windows and Linux out of the box.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.