- Minor updates, Flutter packages update
- Minor updates
- Fix overflow error in day widget
- Integrate a CI system
- Add 'shrink' param to save more space
- Thanks @pablojimpas and @HafzalBZ
- Improve behavior and fixed errors
- Add web support and migrate to null safety example project
- Thanks @ZachGonzalezz and @manuelperez96
- Fix error when not set locale parameter
- Final null-safety version
- Fix error locale data has not been initialized
- Add widget testing
- Fix error with padding in different screens widths
- Fix error with intl if flutter_localization not configured
- Migrate to null safety
- Update packages
- Added option to see years individually. Thanks to https://github.com/Flucadetena.
- Fix error when generating the abbreviation of the day of the week in different locales
- Show the selected day when regenerating the days after pressing a month
- Upgrade dependencies
- Check local localizations for intl default config
- Allow the last item in the listings to be left aligned
- Update widget if state changes
- Added locale parameter
- Add dayNameColor parameter
- Modify design year item
- Fix error if initialDate and firstDate are the same day
- Add dotColor parameter
- Show year with 4 digits and not show it like first element in month list
- Fix design errors
- Show year in first element of month list
- Add parameters description to readme
- Modify example design
- Add color customization
- Add selectableDayPredicate functionality
- Complete example app
- Fix errors
- Refactor
- Initial version.