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

outdated

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

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.

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

  • Add method to update filter in EventController.

  • Restructured the logic to store single time events.

  • Add 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 #

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

0.0.1 - 26 Aug 2021 #

  • Initial release
791
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