-1

In Flutter, I want to send a notification to the user every day at a certain time (example: pm 8.00). How can I do that. (I'm doing a medicine reminder.) I tried to do it with flutter_local_notifications package but failed. Can you post sample code?

1 Answers1

0

try using alarm_manager to run a background service
or you can usr the background_service which i guess suits you best

MOUKZ
  • 91
  • 4