audio_service 0.0.9 audio_service: ^0.0.9 copied to clipboard
Flutter plugin to play audio in the background while the screen is off.
0.0.9 #
- Support queue management.
0.0.8 #
- Bug fix.
0.0.7 #
- onMediaChanged takes MediaItem parameter.
- Support playFromMediaId, fastForward, rewind.
0.0.6 #
- All APIs address media items by String mediaId.
0.0.5 #
- Show media art in notification and lock screen.
0.0.4 #
- Support and example for playing TextToSpeech.
- Click notification to launch UI.
- More properties added to MediaItem.
- Minor API changes.
0.0.3 #
- Pause now keeps background isolate running
- Notification channel id is generated from package name
- Updated example to use audioplayer plugin
- Fixed media button handling
0.0.2 #
- Better connection handling.
0.0.1 #
- Initial release.