flutter_radio_player_ios 4.1.0
flutter_radio_player_ios: ^4.1.0 copied to clipboard
iOS implementation of flutter_radio_player.
4.1.0 #
- HostApi methods converted to Pigeon
@async; iOS completion callbacks wired up. - Fixed
onPlaybackStateChangedreportingfalseduring buffer stalls mid-playback (now usestimeControlStatus != .paused).MPNowPlayingInfoPropertyPlaybackRatestill tracks the precise.playingstate for lock-screen accuracy. dispose()now removesAVAudioSessioninterruption/route-change observers and deactivates the audio session with.notifyOthersOnDeactivationso other audio apps can resume.initialize()now re-attaches notification observers, supporting dispose-then-reinitialize cycles.
4.0.2 #
- Added Swift Package Manager support
4.0.1 #
- Dependency updates
4.0.0 #
- Initial release as federated package