calendar_view 1.0.0 calendar_view: ^1.0.0 copied to clipboard
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 #
- 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
- Fixed issue #16 - Scroll to index/liveTime
- 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