syncfusion_flutter_calendar 18.3.42
syncfusion_flutter_calendar: ^18.3.42 copied to clipboard
The Syncfusion Flutter Calendar widget has built-in configurable views that provide basic functionalities for scheduling and representing appointments/events efficiently.
18.3.42 10/19/2020 #
Bug fixes
- Now, the
SfCalendartime zone support has been enhanced to IANA time zone support.
18.3.38 10/07/2020 #
No changes.
18.3.35 10/01/2020 #
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
todayTextStyleproperty from theMonthCellStyleclass has been deprecated, use the same property from theSfCalendarclass instead. - The
timeIntervalHeightproperty will not work for timeline views, use thetimeIntervalWidthproperty instead for the timeline views alone. - The default value for the
timeIntervalWidthis changed from 40 to 60. - The appointment UI width is reduced in the day, week, and workweek views.
- Now, the
viewproperty from theSfCalendardoes not work dynamically. To switch the view dynamically, use the same property from theCalendarController.
18.2.59 09/23/2020 #
No changes.
18.2.57 09/08/2020 #
Bug fixes
- Now, the calendar appointment text will no longer disappear when screen width changed.
18.2.56 09/01/2020 #
No changes.
18.2.55 25/08/2020 #
Bug fixes
- Now, the
SfCalendarwill no longer throw any exceptions when adding more appointments in the same timeslots.
18.2.54 08/18/2020 #
Features
- The time format support has been given for the agenda view and schedule view appointments.
18.2.48 08/04/2020 #
No changes.
18.2.47 07/28/2020 #
Bug fixes
- Now, the issue with swiping efficiency with appointments has been resolved and enhanced in calendar views.
18.2.46+1 07/24/2020 #
Bug fixes
- Now, the issue overflow not found is cleared with the Flutter latest beta channel.
18.2.46 07/21/2020 #
Bug fixes
- Now, the
SfCalendarwill not throw any exceptions when tapping the agenda view.
18.2.45 07/14/2020 #
Bug fixes
- Now, the
SfCalendarshows the proper month in a week and workweek when view changed.
18.2.44 07/07/2020 #
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
SfCalendarcalling properly when tapping out of the calendar. - Now, the scrolling is working properly when touchpoint is on the calendar inside a Column widget.
18.1.55-beta 06/03/2020 #
Bug fixes
- Now, the month cell dates are aligned properly with the Flutter latest beta channel.
18.1.52-beta 05/14/2020 #
Bug fixes
- Now, the visible dates do not show the repeated dates when the local time zone has daylight saving in
SfCalendar.
18.1.48-beta 05/05/2020 #
No changes.
18.1.46-beta 04/28/2020 #
Bug fixes
- The error
No file or variants found for assert:packages/timezone/data/2019c.tzfnow cleared.
18.1.45-beta 04/21/2020 #
No changes.
18.1.44-beta 04/14/2020 #
Bug fixes
- The
parseRRulenow works without thecountvalue inSfCalendar.
18.1.43-beta 04/07/2020 #
No changes.
18.1.42-beta 04/01/2020 #
No changes.
18.1.36-beta 03/19/2020 #
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.
17.4.51-beta 02/25/2020 #
No changes.
17.4.50-beta 02/19/2020 #
No changes.
17.4.46-beta 01/30/2020 #
Features
- Provided the all-day appointment expander support in day/week/work week views.
- Provided the
appointmentsproperty setter inCalendarDataSource.
17.4.43-beta 01/14/2020 #
No changes.
17.4.40-beta 12/18/2019 #
Breaking changes
- Renamed the
dataSourceproperty asappointmentsinCalendarDataSourceabstract class. - The
appointmentMapperimplementation replaced by override methods for custom appointments. - The
timeZonepackage updated to latest version and its database updated. - The enum properties in
CalendarDataSourceActionrenamed asadd,removeandresetinstead ofAdd,RemoveandReset.
17.4.39-beta 12/17/2019 #
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.