background_media_player 0.1.4 copy "background_media_player: ^0.1.4" to clipboard
background_media_player: ^0.1.4 copied to clipboard

Background Media Player plugin for Flutter. Currently work on Android only, iOS will be released soon.

0.1.4 #

Added method handler to a seperate class

0.1.3 #

Resolved Error:  ''Context.startForegroundService() did not then call Service.startForeground()"
**Breaking Changes**:
Removed Previously used streams.
Added Streams:
     	onPrepared
	onPlay
	onPause
	onStopped
	onSeek
	onComplete
	onPlaybackStateChange
	onError
	onDuration
	onPositionChange
	onSkipToNext
	onSkipToPrevious
	onBufferUpdate
added mediaQueue, optional parameter in play method, if not null then first it will set this queue and then play the given item at index.	

0.1.2 #

Setting List of Map as mediaQueue.

0.1.1 #

Updated Readme, pubspec.yaml.

0.1.0 #

Initial Release
3
likes
40
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Background Media Player plugin for Flutter. Currently work on Android only, iOS will be released soon.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on background_media_player

Packages that implement background_media_player