calendar_advanced 1.0.3
calendar_advanced: ^1.0.3 copied to clipboard
A calendar or date picker for Flutter projects.
1.0.3 #
- Fixed
shouldAllowSelectionmethod not considering startDate end endDate values properly - Updated dependencies
1.0.2 #
- Changed
startHourandendHourtype from double to DateTime - Updated dependencies
1.0.1 #
Updated dependencies
1.0.0 #
- BREAKING - Change builder methods to expose
CalendarAdvancedController - Expose default cell builder
- Allow to select today by default when calling
goToToday() - Change calendar arrows position
- Avoid cell selection if date is not in range
- Added swipe gestures to change modes or goBack/goforward in calendar
- Added parameters to enable or disable gestures and to enable or disable highlight initialDate
- Bugfix
0.0.2 #
Added docs and improved Readme.
0.0.1 #
Initial release. Contains a calendar widget with monthly, weekly and daily views. It can be used also as a date picker.