audioplayers_tvos
tvOS (Apple TV) implementation of the audioplayers Flutter plugin, provided by flutter-tvos.
0.0.2
fluttertv/plugins
What this package is like to depend on
Last release 2 months ago
11 Jun 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · May 2026 to Jun 2026Releases
latest 2-
0.0.211 Jun 2026Release notes
Open source →- Add Swift Package Manager support: ships a
tvos/Package.swiftso the package can be consumed via SwiftPM (the Flutter 3.44 default) alongside the existing CocoaPods podspec. No API or behaviour change.
- Add Swift Package Manager support: ships a
-
0.0.124 May 2026Release notes
Open source →Initial release — tvOS implementation of
audioplayersfor flutter-tvos. Ported fromaudioplayers_darwinand hand-finished for tvOS.- Supported: play / pause / stop / resume / seek / volume / playback
rate / release; looping; asset, URL and byte sources
(
AVPlayer/AVAudioPlayer). - Differs from iOS:
AVAudioSessioncategory options that don't exist on tvOS (allowBluetooth,allowBluetoothA2DP,defaultToSpeaker,overrideMutedMicrophoneInterruption) are accepted but have no effect — Apple TV routes audio over HDMI / eARC / AirPlay. - Not supported on tvOS: Bluetooth / earpiece / speaker routing controls; microphone-related options.
See
README.mdandPORTING_REPORT.mdfor the full matrix. - Supported: play / pause / stop / resume / seek / volume / playback
rate / release; looping; asset, URL and byte sources
(