- Arrow keys navigation added.
- Downgrade intl to ^0.18.0
- Add material 3 support using titleMedium, bodyLarge, and bodyMedium, instead of subtitle1, bodyText1, and bodyText2.
- Fix dependencies versions.
- Refactor keepLineSize to have consistent calendar's date size
- Rename dateStyle to headerStyle
- Add calendarTextStyle
- Add new consistent line size view option
- Update flutter_lints to 2.0.1
- Fix dates color for week view.
- Dot indicator on specified dates added.
- Add
Function(DateTime)? onHorizontalDrag
parameter. It passes back viewable month and allows to load events for this month.
- Fix events comparison
- Add ability to style text
- Week swiping fixed
- Tap on Today for week view fixed
- Dots indicator feature implemented.
- LICENSE CHANGED.
- Week line height fixed.
- Theme support improvement.
- Theme example added.
- Null-Safety migrated.
- Documentation improvements.
- API provided, docs improvement.
- Custom date initialization fixed.
- Week & month view switching with date selection fixed.
- Switch between month and week views.
- Code formatted.
- Readme updated.
- Basic functionality implemented.