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

NowPlaying
A container for the service. Connects with the underlying OS via a method channel to pull out track data.

Enums

NowPlayingState
The current playing state of a track

Properties

isAndroid bool
no setter
isIOS bool
no setter