We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Removed the prerequisites section because it is referring to a file that does not exist. That is because "...0.18.0 removes the need for a background isolate..."
Removed _ from _playbackState.
Correcting variable used in example. Should be _player not _audioPlayer.
Remove 0.17 tutorial
Add version hyperlinks.
Missing parenthesis
Use androidNotificationChannelId in example.
Formatting
Add section on stop / releasing resources
Add a version of the tutorial for 0.18.0
Add async since the await expression can only be used in an async function
updates to new onPlay and onPause api
replace RaisedButton with ElevatedButton because RaisedButton is now obsolete
Mention that calling setState and setMediaItem is necessary to show the media item.
Changed legacy parameter in AudioServiceBackground.setState
Use default media controls.
Call super.onStop()
Update to reflect that `onStop`controls when the isolate is shut down.
Update to reflect the new state model.
Updated Tutorial (markdown)
Reflect that AudioServiceWidget is now included as a standard API.
Added steps for start/stop, play/pause, state, and conclusion.
Tutorial introduction