awesome_calendar 1.1.3
awesome_calendar: ^1.1.3 copied to clipboard
An easy to use and customizable calendar for Flutter, It allows single, multi and range selection
1.1.3 19/03/2022 #
- New params
startDateandendDatefor the calendar dialog which allows to add custom date ranges (min/max)
1.1.2 19/01/2022 #
- New param
titlefor the calendar dialog which allows to add any widget at the top of the dialog
1.1.1 28/09/2021 #
- Update readme
1.1.0 28/09/2021 #
- Add new flutter linter and fixe related warnings
- ⚠️ Breaking change:
SelectionModeenum values are now in lower case to comply with: https://dart-lang.github.io/linter/lints/constant_identifier_names.html
1.0.3 20/09/2021 #
- Upgrade Flutter version
- Fix import sorting
- Change deprecated
accentColor
1.0.2 22/07/2021 #
- Edit readme
- Fix dialog height issue
1.0.0 22/07/2021 #
- Initial release.