scrollable_clean_calendar 1.0.0 scrollable_clean_calendar: ^1.0.0 copied to clipboard
A clean calendar widget with vertical scroll, locale, and range selection date
[1.0.0] - 2021-11-19 ( #
- Now we are in the version 1.0.0. We have a lot of different things:
- Differents layout
- Customizable widgets
- Removing setState and using change notifier
- Disabled dates before min date and after max date
- Weekday start, in what weekday the calendar is going to start
[0.5.2] - 2021-09-13 #
- Fix Date format in languages that have a more complex variation like Polish.
[0.5.1] - 2021-09-13 #
- Minor fix in ScrollController
- Fix in setState() on initState
[0.5.0] - 2021-09-13 #
- Add option to use calendar without date range, with only one date
[0.4.0] - 2021-03-09 #
- Add Support to Flutter 2.
- Removing old dependencies.
[0.3.0] - 2020-11-26 #
- Fixed a bug that the End Date could not be the same as de Initial Date.
- Added the possibility to open the calendar with dates already selected (One date, two dates, or none).
[0.2.0] - 2020-11-25 #
- Added the possibility to show disabled dates the First and Last Month, these dates are the dates that are previous
minDate
and postmaxDate
. - Fix a bug that the next Month displayed with empty values when the
maxDate
occurs on the last week of the month.
[0.1.1] - 2020-10-28 #
- Fix bug day not rendering right.
- Fix calendar init in the Monday (future version change to the generic start someday of the week).
[0.1.0] - 2020-10-21 #
- Added calendar full page with a scroll in the vertical.
- Added a select a range date with special colors.
- Added capture of the date selected.
- Change calendar with Locale.