Features
- Provided support to get calendar details based on the given offset passed through an argument by using the method of the
getCalendarDetailsAtOffset
.
Enhancements
- Now, improved the allowedViews UI in the flutter event calendar.
Bug fixes
- Now, the localization is working properly for the All day label text in schedule view of the Flutter event calendar.
Enhancements
- Now, the non-working dates are disabled in the date range picker for the work week views of the calendar.
Features
- Provided resize, drag-and-drop support to reschedule appointments in the event calendar.
Breaking changes
- The default
cellEndPadding
value has been changed in the SfCalendar.
Enhancements
- Now the calendar will return the recurrence appointment details in the given custom data type instead of
Appointment
type by overriding theconvertAppointmentToObject
method of theCalendarDataSource
.
Bug fixes
- Now, the appointment will not intersect when the end time and start time of different appointment is 24 hours for two consecutive days.
Features
- Provided support to customize the background color of the all-day panel.
Features
- Provided support to display week numbers of the year.
- Provided ID, recurrence ID, and appointment type support.
- Provided builder support for the resource header view.
- Now, the occurrence appointment will contain the occurrence date details in the tap callbacks.
- Now, appointments will be displayed based on the
appointmentDisplayMode
in month view when the month cell builder is used.
Bug fixes
- Now, the localization is working properly for the spanned appointment count text in Flutter event calendar.
Features
- Provided the LoadMore support for the event calendar.
- Provided the negative values support for BYSETPOS in recurrence to display the appointment in the last and second last week of a month.
- Provided the support for the header date format in the Flutter event calendar.
- Provided the support for getting appointments between the start and end date range by using the
getVisibleAppointments
method in the Flutter event calendar. - Provided the current time indicator support for timeslot views.
- Provided the support for enabling and disabling the swiping interaction in the Flutter event calendar.
- Provided the support for the selected date changed callback in the Flutter event calendar.
- Improved the timeslot views disabled slots appearance in the Flutter event calendar.
Breaking changes
- The
startTime
andendTime
properties of theAppointment
class are now marked as required. - The
startTime
property of theRecurrenceProperties
class is now marked as required. - The
startTime
andendTime
properties of theTimeRegion
class are now marked as required.
Bug fixes
- Now, the date range picker layouting properly in the calendar header, when the
showDatePickerButton
property enabled.
No changes.
No changes.
Bug fixes
- Now, the month view changes properly by date range picker when placing
SfCalendar
inWillPopUp
widget. - Now, the appointments are sorting properly in the month cells of
SfCalendar
.
Features
- The custom builder support is provided for the time region and the appointment views in the calendar.
- Provided the interaction support for the resource header.
- Support is provided to the right end padding for the cell touch region when the cell has an appointment in the calendar.
Enhancements
- The animation for view switching, selection ripple effect, and header picker pop-up animation is improved.
Breaking changes
- Now, the display date that does not contain an appointment will show the text as
No events
.
Bug fixes
- Now, the time of the
displayDate
ofCalendarController
is working properly with thetimeInterval
changes.
Bug fixes
- Now, the
SfCalendar
time zone support has been enhanced to IANA time zone support.
No changes.
Bug fixes
- Now, the appointment will render on the correct timeslot, when the local set as French, Canada, and in
Eastern Standard Time
. - Now, the appointments will render on the correct timeslot, when the start time of the time slot is set as a different value.
Features
- Timeline month view support
- Resource view support
- Internal view navigation support
- Blackout dates support
- Hide leading and trailing dates support
- The custom builder support for the month cells and the month header of the schedule view
- Agenda appointment time format support
Breaking changes
- The
todayTextStyle
property from theMonthCellStyle
class has been deprecated, use the same property from theSfCalendar
class instead. - The
timeIntervalHeight
property will not work for timeline views, use thetimeIntervalWidth
property instead for the timeline views alone. - The default value for the
timeIntervalWidth
is changed from 40 to 60. - The appointment UI width is reduced in the day, week, and workweek views.
- Now, the
view
property from theSfCalendar
does not work dynamically. To switch the view dynamically, use the same property from theCalendarController
.
No changes.
Bug fixes
- Now, the calendar appointment text will no longer disappear when screen width changed.
No changes.
Bug fixes
- Now, the
SfCalendar
will no longer throw any exceptions when adding more appointments in the same timeslots.
Features
- The time format support has been given for the agenda view and schedule view appointments.
No changes.
Bug fixes
- Now, the issue with swiping efficiency with appointments has been resolved and enhanced in calendar views.
Bug fixes
- Now, the issue overflow not found is cleared with the Flutter latest beta channel.
Bug fixes
- Now, the
SfCalendar
will not throw any exceptions when tapping the agenda view.
Bug fixes
- Now, the
SfCalendar
shows the proper month in a week and workweek when view changed.
Features
- The long press callback support
- Schedule view support
- Special time regions support
- Navigation arrow support
- Mouse hovering for all calendar elements [web]
Bug fixes
- Now, the appointment indicator was shown properly in the month cells using the recurrence rule.
- Now, the onTap callback of the
SfCalendar
calling properly when tapping out of the calendar. - Now, the scrolling is working properly when touchpoint is on the calendar inside a Column widget.
Bug fixes
- Now, the month cell dates are aligned properly with the Flutter latest beta channel.
Bug fixes
- Now, the visible dates do not show the repeated dates when the local time zone has daylight saving in
SfCalendar
.
No changes.
Bug fixes
- The error
No file or variants found for assert:packages/timezone/data/2019c.tzf
now cleared.
No changes.
Bug fixes
- The
parseRRule
now works without thecount
value inSfCalendar
.
No changes.
No changes.
Features
- Right-to-left direction support.
- Localization support.
- Accessibility support.
- Calendar web support.
- Minimum and maximum date support.
- Theme support.
- Calendar controller for programmatic date selection and date navigation.
No changes.
No changes.
Features
- Provided the all-day appointment expander support in day/week/work week views.
- Provided the
appointments
property setter inCalendarDataSource
.
No changes.
Breaking changes
- Renamed the
dataSource
property asappointments
inCalendarDataSource
abstract class. - The
appointmentMapper
implementation replaced by override methods for custom appointments. - The
timeZone
package updated to latest version and its database updated. - The enum properties in
CalendarDataSourceAction
renamed asadd
,remove
andreset
instead ofAdd
,Remove
andReset
.
Initial release.
Features
- Day, week, workweek, timeline day, timeline week, timeline workweek, and month. Seven built-in calendar views.
- Appointment scheduling. Default and custom appointments supported.
- Recursive appointments with daily, weekly, monthly, and yearly recurrence types.
- Time zones support for events and calendar.
- Different nonworking days.
- Different first day of week for all applicable views.
- Flexible start and end hours for time slot views.
- Agenda view support in calendar month view.
- Additional features like customizable calendar appearance and format.