-
Breaking Changes
-
Improved logic to compare
CalendarEventData
.Note: This changes the behaviour of comparing two events using
==
operator. Please test your app properly after updating to this version.
-
-
Add 15,30 and 60 minutes slots for
onDateLongPress
callback in Week and Day view. -
Add method to update filter in
EventController
. -
Restructured the logic to store single time events.
-
Add method to scroll to an event. Issue #30 - Scroll to an event in day view
-
Added feature #36 - Feature/custom strings
-
Use normalized dates in difference calculations.
- Fixed issue #48 - WeekView header date is different from the calendar view
- Added feature #46 - Change beginning of week in MonthView
- Fixed issue #42 - WeekDayTile causes RenderFlex-Overflow
- Fixed issue #65 - Adding onCellTap callback breaks whole calendar
- Fixed issue #62 - Missing redraw events
- Fixed issue #16 - Scroll to index/liveTime
- Show live time indicator line above event tiles. PR #67
- 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