background_runtime_macos 0.1.1
background_runtime_macos: ^0.1.1 copied to clipboard
macOS implementation of the background_runtime plugin.
0.1.1 #
- Migrated from
AVAudioPlayertoAVPlayer(streaming, async, no syncData(contentsOf:)). MPRemoteCommandCenterwired for control center / Touch Bar actions (previous/next/play/pause/stop).- Album art download via
URLSession.dataTask, set asMPMediaItemPropertyArtworkinMPNowPlayingInfoCenter. - Notification action events sent to Dart via
notificationActionEventsEventChannel. safeMillis(from:)for NaN-safeDouble→Int64conversion fromCMTime.seconds.- Main-thread permission request when
enableAudioenabled.
0.1.0 #
- Initial release: macOS implementation with background URLSession downloads and AVAudioPlayer playback.