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

Allows the plugin to be used in the background / an isolate #431

Closed lucky-lusa closed 2 years ago

lucky-lusa commented 2 years ago

CalendarDelegate is always created. In the background without binding. Since the permissions cannot then be queried in the isolate, the check is suspended in this case.

thomassth commented 2 years ago

Please rebase the commit, which should solve the build test error.