scrollable_clean_calendar
A clean calendar widget with vertical scroll, locale, and range selection date
1.5.0
7.4K downloads/mo
#3338 most downloaded on pub.dev
FabioFiuza/scrollable_clean_calendar
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 10 months
Nearly every release is documented
notes for 17 of 17 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
17 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
17 releases · Oct 2020 to Feb 2024
2021
2022
2023
2024
2025
2026
Releases
latest 17-
1.5.019 Feb 2024Release notes
Open source →- Add
weekdayAspectRatioanddayAspectRatio, to let the size of the gridview of the days and weeks widget be customized.
- Add
-
1.4.111 May 2023Release notes
Open source →- Changed the intl dependency declaration to use the intl version locked by flutter_localizations from sdk which fix incompatibility with updated Flutter 3.10 projects
- Fixed some deprecation warnings on more recent Flutter versions
- Bumped min Flutter version to 3.3.0 due to the deprecation warnigs fix
-
1.4.020 Jul 2022Release notes
Open source →- Add again the scrollController parameter as Optional (But remember, if you use this controller the Parameter
initialFocusDateand the FunctionsscrollToMonthandjumpToMonthwon't work since this override the scrollable list controller. Do not use them together or you will receive a nullPointer Exception)
- Add again the scrollController parameter as Optional (But remember, if you use this controller the Parameter
-
1.3.120 Jul 2022Release notes
Open source →- Updated flutter_lints and moved it from direct dependency to dev dependency which fix incompatibility with updated Flutter 3 projects
-
1.3.019 Jul 2022Release notes
Open source →- Remove property
scrollController. - Add property
initialFocusDateinsideCleanCalendarController. - Add function
scrollToMonthandjumpToMonthinsideCleanCalendarController, now can scroll to specific month.
- Remove property
-
1.2.028 Apr 2022Release notes
Open source →- Create property
dayDisableColor, so the color of the day when it is disabled could be customized
- Create property
-
1.1.013 Mar 2022Release notes
Open source →- Create
readOnlyproperty insideCleanCalendarController, so the CalendarWidget can have the means to become a Read Only Widget
- Create
-
1.0.123 Dec 2021Release notes
Open source →- Now the method onDayTapped and onRangeSelected will just be activate when the user tapped the date
-
1.0.019 Nov 2021Release notes
Open source →- 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
- Now we are in the version 1.0.0. We have a lot of different things:
-
0.5.211 Oct 2021Release notes
Open source →- Fix Date format in languages that have a more complex variation like Polish.
-
0.5.127 Sep 2021 -
0.5.013 Sep 2021 -
0.4.009 Mar 2021 -
0.3.026 Nov 2020Release notes
Open source →- 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.026 Nov 2020Release notes
Open source →- Added the possibility to show disabled dates the First and Last Month, these dates are the dates that are previous
minDateand postmaxDate. - Fix a bug that the next Month displayed with empty values when the
maxDateoccurs on the last week of the month.
- Added the possibility to show disabled dates the First and Last Month, these dates are the dates that are previous
-
0.1.129 Oct 2020Release notes
Open source →- 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.022 Oct 2020Release notes
Open source →- 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.