calendar_view 0.0.4 calendar_view: ^0.0.4 copied to clipboard
A Flutter package allows you to easily implement all calendar UI and calendar event functionality.
0.0.4 #
- Fixed issue #39 - Detect a long press on the calendar
- Fixed issue #38 - Modifying CalendarEventData
- Fixed issue #27 - EventController remove event don't work
- Fixed issue #13 - Give the option to show weekdays in a weekview.
0.0.3 #
- Added support for multiple day events
0.0.2 #
- Update
README.md
file. - Add license information in package files.
- Update project description in
pubspec.yaml
- Update documentation.
- Add
CalendarControllerProvider
. - Add
onEventTap
callback inWeekView
andDayView
. - Add
onCellTap
callback inMonthView
. - Make
controller
optional parameter in all views whereCalendarControllerProvider
is provided.
0.0.1 #
- Initial release