device_calendar_plus_platform_interface 0.4.0 copy "device_calendar_plus_platform_interface: ^0.4.0" to clipboard
device_calendar_plus_platform_interface: ^0.4.0 copied to clipboard

Platform interface for device_calendar_plus plugin.

0.4.0 - 2026-05-25 #

Added #

  • updateRecurring() method with EventSpan enum (allEvents / thisAndFollowing / thisInstance)
  • deleteRecurring() method taking an EventSpan
  • url parameter on updateEvent()
  • edit parameter on showEventModal()
  • Patch<T> sealed type (Patch.set / Patch.clear) for clearable optional fields

Changed #

  • Breaking: updateEvent() description, location, and url now take Patch<String> instead of String?

0.3.5 - 2026-04-20 #

Version sync with other packages. No functional changes.

0.3.4 - 2026-02-08 #

Version sync with other packages. No functional changes.

0.3.3 - 2025-12-21 #

Version sync with other packages. No functional changes.

0.3.2 - 2025-12-19 #

Added #

  • CreateCalendarPlatformOptions base class for platform-specific calendar creation options
  • createCalendar() now accepts optional platformOptions parameter

0.3.1 - 2025-11-07 #

Version sync with other packages. No functional changes.

0.3.0 - 2024-11-05 #

Changed #

  • BREAKING: deleteEvent() signature changed - removed deleteAllInstances parameter, operations on recurring events now always delete entire series
  • BREAKING: updateEvent() signature changed - removed updateAllInstances parameter, operations on recurring events now always update entire series

Removed #

  • BREAKING: NOT_SUPPORTED platform exception code (no longer needed)

0.2.0 - 2024-11-05 #

Added #

  • openAppSettings() method to direct users to app settings for permission management

Removed #

  • BREAKING: getPlatformVersion() method (unused boilerplate)

0.1.1 - 2024-11-04 #

Version sync with other packages. No functional changes.

0.1.0 - 2024-11-04 #

Initial release.