I'm trying to make a patterned notification by using flutter local notification.
I want my cycle to be 28 days as default and when the user sets a certain number of days, notification alerts for X days and none for 28 - X days.
When a cycle ends, it automatically restarts from day 1 of 28. I'm curious to know if this is possible, how I can make this work.