flutter_calendar_carousel 1.3.18
flutter_calendar_carousel: ^1.3.18 copied to clipboard
Calendar widget for flutter that is swipeable. This widget can help you build customizable calendar with scrollable actions.
1.3.18 #
- Fix vertical scroll behavior for weekFormat calendar view.
- Reformat code with dartfmt
1.3.17 #
- Added feature to only show dates from today adding
showOnlyCurrentMonthDate
parameter.
1.3.16 #
- Added feature for change first day of the week.
[1.3.15+] #
- 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
1.3.13 #
- Code refactoring #73
- Seperate header.
- Add first basic test code.
- Add composable header widget
1.3.10 #
- Add property for static six week format to keep calendar height consistent between months #62.
1.3.9 #
- Changed priority for
today
higher thanprevMonth
andnextMonth
andthisMonth
.
1.3.1 #
- weekdays bug fix.
1.3.0 #
1.2.0 #
- Support carousel week calendar.
1.1.10 #
- Support weekFormat but without carousel.
1.1.9 #
- Updated readme.
1.1.8 #
- Render multiple marked dates.
markedDates
is deprecated. UsemarkedDatesMap
instead.
1.1.3 #
- Mark dates with non-zero times.
1.1.2 #
- Implemented a way to change the header text style.
1.1.1 #
- Expose new variables.
- headerMargin, childAspectRatio, weekDayMargin
1.1.0 #
- Give proper text color in weekend when it is today.
- Compare month and year for marking today's date. Resolve #3.
1.0.3 #
- Fixed pub broken image.
1.0.2 #
- Use
Position
widget to mark the dates.
1.0.1 #
- Show markedDates.
0.2.0 #
- Customizable headerWidget.
- Setting weekdays visibility
- Customizable weekend color.
0.1.3 #
- Rename the top-level "docs" directory to "doc".
0.1.1 #
- Added readme.
0.1.0 #
- First release