builttoroam / device_calendar

A cross platform plugin for modifying calendars on the user's device
https://pub.dev/packages/device_calendar
BSD 3-Clause "New" or "Revised" License
267 stars 267 forks source link

Event not getting created in samsung device #478

Open ARAVINDKARATE opened 1 year ago

ARAVINDKARATE commented 1 year ago

Describe the bug calendar event is not getting created in samsung devices alone

To Reproduce Steps to reproduce the behavior: implement device calendar plugin in samsung device and test it

Expected behavior When I create a event in the app that should get created in the local calendar

Device(s) tested This can be very important as not all device vendors do calendar in the same way.

Flutter doctor No issue found

Additional context When event is created using device calendar it is reflecting in the local calendar for few seconds and then it gets disappeared

thomassth commented 1 year ago

Is this also affecting non local calendars?

And did flutter report what error it had at that moment?

ARAVINDKARATE commented 1 year ago

Yes, But this issue got fixed, after adding future and return(instead of break) to the function and await to the function calling for delete and create