Viraj Doshi

Results 4 comments of Viraj Doshi

Hi, I also wanted to show a notification on a specific date every year but currently I don't think it is possible. Is there any workaround for such situations ?...

> > Hi, I also wanted to show a notification on a specific date every year but currently I don't think it is possible. Is there any workaround for such...

> > > > Can we use `Timer` in the background and when timer finishes we shall schedule an instant notification ? Will this work ? > > > >...

> https://github.com/MaikuB/flutter_local_notifications/blob/b7fa709a61207e9cd86b8d5be911c3b49b655776/flutter_local_notifications/lib/src/platform_flutter_local_notifications.dart#L333 > > > We can allow users to pass calledAt so that notification can be scheduled later with repeat. > With this, we can achieve custom time for...