Search code examples
flutterflutter-dependenciesflutter-animation

how create a pinned notification


I want make notification like ADM notification to be always pinned on the notifications on phone and user only can ignore notification just with the button on the notification How I can do that

something like this

I create the notification but I want pinned that


Solution

  • You can achieve it through flutter_local_notification plugin.

    In that plugin, onGoing Notification facility is present so we can use it and enjoy ongoing notification