Upgrade intl to ^0.19.0
Upgrade intl to ^0.18.1
Support Flutter version 3+
Update iOS podspec and info.plist
Update build config on flutter V2 embedding (#293)
Multiple days selection using addRange
method #285
Multiple days selection #282
Null safety improvements #272
Added disableDayPressed option #267
Support null-safety #260
- Add
id
to event model #257
- Bump up
intl
dependency #254
- Bugfix when switching month - "The method 'call' was called on null." #243
- Add first day of week offset to week builder #204
- Fix Calendar displays incorrectly when scrolling horizontally #193
- Target date for custom header
- Add ability to set
targetDate
on header #183.
- Fix current day showing incorrectly when using
showOnlyCurrentMonthDate
#181.
- Set default
minSelectedDate
andmaxSelectedDate
#179.
- Expose
pageScrollPhysics
for pageView.
- Resolve #164.
- Resolve #154.
- Resolve #157.
- Allow the use of generic type with Interface #149
- Added doc to custom weekday builder. Weekday number is now supplied to the builder #150
- customDayBuilder fix.
- Remove date_utils dep.
- Support custom day container feature #145.
- Support intl >= 0.15.7 < 0.17.0 to inclease
pub
health - Removed deprecated methods
,markedDates
markedDateColor
- Fixes #101
- Fixes #104
- Fixes #112
- Fixes #119
- Support long pressed as a feature request#103
- Support semantic label as a feature request #139
- Expose
dayCrossAxisAlignment
anddayMainAxisAlignment
to resolve #122 - Expose
showIconBehindDayText
to resolve #131 - Fixes #94
- Support intl >= 0.15.7
- Improved customizability for weekday containers #141
- Fix vertical scroll behavior for weekFormat calendar view.
- Reformat code with dartfmt
- Added feature to only show dates from today adding
showOnlyCurrentMonthDate
parameter.
- Added feature for change first day of the week.
- Ability to disable horizontal scroll to change month with
isScrollable
param.- Resolve #74
- Show events in
week
calendar.- Resolve #66
- Update breaking docs in pub.
- Expose event list to user.
- Remove print.
- Pass first date of week to onCalendarChanged in week view #88
- Support for passing in custom widgets for next and previous month arrow icons #95
- Code refactoring #77
- Seperate weekday widget
- Code refactoring #73
- Seperate header.
- Add first basic test code.
- Add composable header widget
- Setting dot icon per event #71
- Fixed
selectledDayTextStyle
property not being respected #65.
- Add property for static six week format to keep calendar height consistent between months #62.
- Changed priority for
today
higher thanprevMonth
andnextMonth
andthisMonth
.
- Ability to choose the weekday format on the constructor #47.
- custom event type added #49.
- headerTitleTouchable and onHeaderTitlePressed props added #44.
- Bug fix. PrevDaysTextStyle and PrevDaysTextStyle overwrite weekendTextStyle #41.
- Mapping events for better performance. #34.
- weekdays bug fix.
- Better localization support for
weekDays
. Setting manually weekdays isn't required now. Related #23. - Add custom icons in event #28.
- Add custom physics parameter. Feature in #21.
- headerTextStyle fix#17.
- Can show or hide header button with
showHeaderButton
attribute.
- Week-format shows current week #15.
- Support carousel week calendar.
- Ability to customize weekend days #13.
- Support weekFormat but without carousel.
- Updated readme.
- Render multiple marked dates.
markedDates
is deprecated. UsemarkedDatesMap
instead.
- Mark dates with non-zero times.
- Implemented a way to change the header text style.
- Expose new variables.
- headerMargin, childAspectRatio, weekDayMargin
- Give proper text color in weekend when it is today.
- Compare month and year for marking today's date. Resolve #3.
- Fixed pub broken image.
- Use
Position
widget to mark the dates.
- Show markedDates.
- Customizable headerWidget.
- Setting weekdays visibility
- Customizable weekend color.
- Rename the top-level "docs" directory to "doc".
- Added readme.
- First release