androidflutterandroid-fragmentsdartflutter-dependencies

How to get Nofication data of other apps on Flutter?


I am trying to make an app that can get the notification data of all notifications that appear on the phone. I tried using notifications package, but using this package I can only access the name of app which sent the Notification and the timestamp, and not the actual notification itself.

I have no issue if the app asks for permission.


Solution

  • This feature was recently added to the GitHub repo of the Notification package. It has not yet been updated on the pub.dev website.

    Depend on the GitHub repository of the package to use the packageMessage property.