iberatkaya / playify

Playify is a Flutter plugin for play/pause/seek songs, fetching music metadata, and browsing music library.
https://pub.dev/packages/playify
MIT License
33 stars 13 forks source link

statusStream to get playback state and playing item changes #16

Closed XMitja closed 2 years ago

XMitja commented 2 years ago

I added getting playback state as a stream, example app is updated to use that for play/pause button so it works better. State is also updated when playing item changes, could be better to make that its own stream though