audioplayers_tvos 0.0.2 copy "audioplayers_tvos: ^0.0.2" to clipboard
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.swift so 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: AVAudioSession category 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.

0
likes
140
points
207
downloads

Documentation

API reference

Publisher

verified publisherfluttertv.dev

Weekly Downloads

tvOS (Apple TV) implementation of the audioplayers Flutter plugin, provided by flutter-tvos.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

audioplayers_platform_interface, flutter

More

Packages that depend on audioplayers_tvos

Packages that implement audioplayers_tvos