calendar_view 1.0.1 copy "calendar_view: ^1.0.1" to clipboard
calendar_view: ^1.0.1 copied to clipboard

A Flutter package allows you to easily implement all calendar UI and calendar event functionality.

1.0.1 - 25 Nov 2022 #

  • Added Feature #26 - Support for locale
  • Added removeWhere method in EventController to conditionally remove multiple events. (Fixes Issue #31)
  • Added customization in calendar views and closes #34.
    • Added Customizations in DayView. Adds dateStringBuilder, timeStringBuilder, headerStyle parameters in Dayview,
    • Added Customizations in MonthView. Adds headerStringBuilder, dateStringBuilder , weekDayStringBuilder, headerStyle parameters in WeekView.
    • Added Customizations in WeekView. Adds headerStyle, headerStringBuilder , timeLineStringBuilder, weekDayStringBuilder, weekDayDateStringBuilder parameters in WeekView,
  • Added onTap lister in day and week views. issue #50.
  • Updates calculation of day difference. issue #80, #97.
  • Fixed Issue #93 - Showing only 1 day in DayView
  • Fixed Issue #130 - Week view incorrectly displays events when a day contains overlapping events

1.0.0 - 12 Aug 2022 #

  • 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.

  • Added 15,30 and 60 minutes slots for onDateLongPress callback in Week and Day view.

  • Added method to update filter in EventController.

  • Restructured the logic to store single time events.

  • Added 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.

0.0.5 - 2 Jun 2022 #

0.0.4 - 2 Mar 2022 #

0.0.3 - 12 Oct 2021 #

  • Added support for multiple day events

0.0.2 - 3 Sep 2021 #

  • Updated README.md file.
  • Added license information in package files.
  • Updated project description in pubspec.yaml
  • Updated documentation.
  • Added CalendarControllerProvider.
  • Added onEventTap callback in WeekView and DayView.
  • Added onCellTap callback in MonthView.
  • Make controller optional parameter in all views where CalendarControllerProvider is provided.

0.0.1 - 26 Aug 2021 #

  • Initial release
678
likes
0
pub points
97%
popularity

Publisher

verified publishersimform.com

A Flutter package allows you to easily implement all calendar UI and calendar event functionality.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on calendar_view