ja2375 / add_2_calendar

A really simple Flutter plugin to add events to each platform's default calendar..
MIT License
188 stars 111 forks source link

First and second alert integrated #119

Open arslankaleem7229 opened 1 year ago

arslankaleem7229 commented 1 year ago

Enabling the option of a second Alert. With this option, the user can set a second alert as well with the condition that the second alert must be greater than the first. This means the second alert goes first in notifying. Like it can be seen in the screenshot

simulator_screenshot_10A38552-67A6-4F22-9238-41AA7C5FB2D8

timothyao commented 1 year ago

Hi @arslankaleem7229,

Would it be possible to look at multiple Alerts instead of just a second alert. I noticed Android allows up to 5 different alerts.

Best Regards