Releases: rwbr/flutter_neat_and_clean_calendar
Releases · rwbr/flutter_neat_and_clean_calendar
v0.3.7+21
v0.3.7+20
v0.3.6+19
v0.3.5+18
New Option to change color of selected day when same date as today
Full Changelog: v0.3.4+17...v0.3.5+18
v0.3.4+17
v0.3.3+16
v0.3.1+14
v0.3.0+13
CAUTION: from v0.3.0 on the preferred way to set the calendar events is to provide a list. You can still
use a map to do this, but this functionality is DEPRECATED and will get removed from v0.4.0 on.
- New property multiDayEndText can be used to mark the end of a multi-day event
- New parameter eventsList simplifies the process of defining the events to be shown. The list is just an unordered collection of NeatAndCleanCalendarEvents. On init the library analyzes the list and builds the eventsMap from its content. While doing this, the library now correctly shows all-day and multi-day events.
- For multi-day events it is necessary for the UI to know, if the event is the beginning, meddle part or end of the event.
- new API option: datePickerType
- select between hidden, year picker and date picker
- Now the calendar handles all-day-events differently.
- all-day-events have the property isAllDay set to true
- then these events get displayed at the top of the events list
- instead of start and end time a string will be shown
- this string can be defines with the allDayEventText property
- if this property is left empty, the calendar will show "All day"