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
259 stars 258 forks source link

Removed platform-specific logic from the example app. #454

Open IVLIVS-III opened 1 year ago

IVLIVS-III commented 1 year ago

Now that we have multi-day all-day events on both platforms (see https://github.com/builttoroam/device_calendar/pull/450), handling the platforms differently is no longer necessary.

This PR includes changes to the example app. Splitting it up results in https://github.com/builttoroam/device_calendar/pull/450 no longer being blocked.