Tom Vempala
Tom Vempala

Reputation: 1

Ongoing/ persistent notification in Flutter

I'm creating a music player. And I want to show the current song in the notification bar. Also i wanna control the music (play,pause,next) from the notification. Is there a way to do this in Flutter. I'm just stuck at notification part.

Upvotes: 0

Views: 819

Answers (1)

fartem
fartem

Reputation: 2531

You can try to use plugins like this or provide custom logic for music player notification for each platform.

Upvotes: 1

Related Questions