nowplaying library

A library that surfaces metadata for the track currently playing over the device's audio, outside the control of the importing app.

Use a NotificationListenerService for Android; polls the current playing information from the systemMusicPlayer for iOS

Classes

DefaultNowPlayingImageResolver
NowPlaying
A container for the service. Connects with the underlying OS via a method channel to pull out track data.
NowPlayingImageResolver
Resolve (probably) missing images for a track by returning an appropriate ImageProvider for it
NowPlayingTrack
A container for metadata around a single track state

Enums

NowPlayingState
The current playing state of a track

Properties

isAndroid bool
no setter
isIOS bool
no setter