- New params
startDate
andendDate
for the calendar dialog which allows to add custom date ranges (min/max)
- New param
title
for the calendar dialog which allows to add any widget at the top of the dialog
- Update readme
- Add new flutter linter and fixe related warnings
⚠️ Breaking change:SelectionMode
enum values are now in lower case to comply with: https://dart-lang.github.io/linter/lints/constant_identifier_names.html
- Upgrade Flutter version
- Fix import sorting
- Change deprecated
accentColor
- Edit readme
- Fix dialog height issue
- Initial release.