background_runtime_ios 0.1.1
background_runtime_ios: ^0.1.1 copied to clipboard
iOS implementation of the background_runtime plugin.
0.1.1 #
- Migrated from
AVAudioPlayertoAVPlayer(streaming, async, no syncData(contentsOf:)). MPRemoteCommandCenterwired for lock screen / control center 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.requestPermission()dispatches to main thread, defaults totruewhenenableAudioenabled.
0.1.0 #
- Initial release: iOS implementation with background URLSession downloads and AVAudioPlayer playback.