- Bug fixes.
- Option to stop service on closing task (Android).
- Migrated to V2 embedding API (Flutter 1.12).
- Destroy isolates after use.
- Support Flutter 1.12.
- Bump sdk version to 2.6.0.
- Fix Android memory leak.
- Support Queue, album art and other missing features on iOS.
- Update documentation and example.
- Playback state broadcast on connect (iOS).
- Partial iOS support.
- Option to call stopForeground on pause.
- Fix queue support bug
- Breaking change: AudioServiceBackground.run takes a single parameter.
- Update example to disconnect when pressing back button.
- Breaking change: updateTime now measured since epoch instead of boot time.
- Streams use RxDart BehaviorSubject.
- Migrate to AndroidX.
- Bump targetSdkVersion to 28
- Clear client-side metadata and state on stop.
- onClick is now always called for media button clicks.
- Option to set notifications as ongoing.
- Option to set subText in notification.
- Support media item ratings
- Can update existing media items.
- Can specify order of Android notification compact actions.
- Bug fix with connect.
- Option to preload artwork.
- Allow client to browse media items.
- More options to customise the notification content.
- Breaking API changes.
- Connection callbacks replaced by a streams API.
- AudioService properties for playbackState, currentMediaItem, queue.
- Option to set Android notification channel description.
- AudioService.customAction awaits completion of the action.
- Bug fixes with queue management.
- AudioService.start completes when the background task is ready.
- Support queue management.
- Bug fix.
- onMediaChanged takes MediaItem parameter.
- Support playFromMediaId, fastForward, rewind.
- All APIs address media items by String mediaId.
- Show media art in notification and lock screen.
- Support and example for playing TextToSpeech.
- Click notification to launch UI.
- More properties added to MediaItem.
- Minor API changes.
- Pause now keeps background isolate running
- Notification channel id is generated from package name
- Updated example to use audioplayer plugin
- Fixed media button handling
- Better connection handling.
- Initial release.