calendar_view 0.0.5 calendar_view: ^0.0.5 copied to clipboard
A Flutter package allows you to easily implement all calendar UI and calendar event functionality.
0.0.5 - 2 Jun 2022 #
- Fixed issue #48 - WeekView header date is different from the calendar view
- Added feature #46 - Change beginning of week in MonthView
- Fixed issue #42 - WeekDayTile causes RenderFlex-Overflow
- Fixed issue #65 - Adding onCellTap callback breaks whole calendar
- Fixed issue #62 - Missing redraw events
- Show live time indicator line above event tiles. PR #67
0.0.4 - 2 Mar 2022 #
- 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 - 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 inWeekView
andDayView
. - Add
onCellTap
callback inMonthView
. - Make
controller
optional parameter in all views whereCalendarControllerProvider
is provided.
0.0.1 - 26 Aug 2021 #
- Initial release