clean_calendar 0.5.4 clean_calendar: ^0.5.4 copied to clipboard
A brand-new Flutter calendar package that enables you to make a simple, lovely, and customizable calendar.
0.5.3 #
- Fixes few overflow and ink issues.
- Added note about dense mode under customisations in documentation.
0.5.2 #
- Updated documentation for weekdaysSymbol, monthsSymbol and startWeekday.
0.5.1 #
0.4.1 #
- Moved to stable flutter SDK.
0.3.1-dev.1 #
- Fixed lots of performance issues due to unnecessary rebuilds.
0.3.0-dev.2 #
- Ran
flutter format .
to fix analyzer formatting issues.
0.3.0-dev.1 #
- Added weekly calendar view.
- Added
onCalendarViewDate
callback to listen for change in calendar view date. - Updated example to showcase weekly calendar view and
onCalendarViewDate
. - Note - For weekly calendar view the default theme properties for leading-trailing dates is same as general dates default theme properties.
0.2.0-dev.2 #
- Fixed README.md tables structure.
0.2.0-dev.1 #
- Removed weird logs from package.
- Optimized calendar scrolling and loading time tremendously.
- Disable and hide different types of dates through their properties.
- Customise dates look and feel by changing its properties.
- Single date selection with customized behaviour.
- Access selected dates.
- Provide pre-selected dates.
- Provide start and end dates for calendar view.
- Provide initial month view for calendar view.
- Provide current date for calendar view.
- Improved documentation.
0.0.1-dev.3 #
- Now, showing only public methods and classes.
0.0.1-dev.2 #
- Updated and fixed typo in Readme.md.
0.0.1-dev.1 #
- Initial development release.