audioplayers_tvos 0.0.2
audioplayers_tvos: ^0.0.2 copied to clipboard
tvOS (Apple TV) implementation of the audioplayers Flutter plugin, provided by flutter-tvos.
0.0.2 #
- 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.
0.0.1 #
Initial release — tvOS implementation of audioplayers for
flutter-tvos. Ported from
audioplayers_darwin and 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.md and PORTING_REPORT.md for the full matrix.