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

More documentation on the functionality #421

Closed Mrtcndkn closed 2 years ago

Mrtcndkn commented 2 years ago

Even tho it's one of the more popular calendar repos out there for flutter, I find it hard to focus and get into the whole thing without proper examples. I think it would immensely improve the experience if we had examples for every method that we can use per event, which class involves them, what are they good for and so on. Otherwise, one needs to dive into the whole code base while all they want to do is just creating an event on the calendar. Thanks for this library, btw.

thomassth commented 2 years ago

This is indeed one of the areas to improve

Right now the example app is quite complete, and you may reference code from it if you need help