0.0.5 - 15 March 2022 [Unreleased]
- Fixed issue #39 - Detect a long press on the calendar
- Fixed issue #38 - Modifying CalendarEventData
- Fixed issue #27 - EventController remove event don't work
- Fixed issue #13 - Give the option to show weekdays in a weekview.
- Added support for multiple day events
- Update
README.md
file. - Add license information in package files.
- Update project description in
pubspec.yaml
- Update documentation.
- Add
CalendarControllerProvider
. - Add
onEventTap
callback inWeekView
andDayView
. - Add
onCellTap
callback inMonthView
. - Make
controller
optional parameter in all views whereCalendarControllerProvider
is provided.
- Initial release