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?
Asked
Active
Viewed 128 times
-1
-
Does this answer your question? [Local notification flutter](https://stackoverflow.com/questions/54215211/local-notification-flutter) – Rohan Thacker Feb 24 '22 at 19:38
-
@Rohan Thacker Sorry, but it doesn't work for me – İbrahim Talha DEMİR Feb 24 '22 at 19:52
-
Please provide enough code so others can better understand or reproduce the problem. – Community Feb 25 '22 at 16:15
1 Answers
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