syncfusion_flutter_calendar 18.2.47 syncfusion_flutter_calendar: ^18.2.47 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.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
SfCalendar
will not throw any exceptions when tapping the agenda view.
[18.2.45] - 07/14/2020 #
Bug fixes
- Now, the
SfCalendar
shows 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
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.
[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.tzf
now cleared.
[18.1.45-beta] - 04/21/2020 #
No changes.
[18.1.44-beta] - 04/14/2020 #
Bug fixes
- The
parseRRule
now works without thecount
value 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
appointments
property setter inCalendarDataSource
.
[17.4.43-beta] - 01/14/2020 #
No changes.
[17.4.40-beta] - 12/18/2019 #
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
.
[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.