calendar_view 0.0.2 calendar_view: ^0.0.2 copied to clipboard
A Flutter package allows you to easily implement all calendar UI and calendar event functionality.
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