Search code examples
androidflutternotificationsflutter-local-notification

How can I add button in Flutter local notification in flutter


I have Flutter app and I'm using a flutter local notification. I need to add a "snooze" button and functionality to redirect to the home screen to select the user's expected time.

Or is there any other way to know the snooze button in users device enter image description here


Solution

  • I guess this problem can't fix in flutter code. because this is android Specific action and this action run in native background working.