- Introduction of 'CleanCalendarEvent' class. This makes the former syntax of the 'Map' that stores the events incompatible.
- Null safety
- Requires flutter 2+
- Breaking Changes: Changed naming properties from show to hide, i.e.
hideArrows
instead ofshowArrows
- Fixed dependencies issues with newer flutter versions
- Added more styling options
- Ability to start month on Monday or Sunday. Sunday by default, you need to replace weekDays if changing this value
- Ability to replace day of weeks when starting calendar on Monday
- Hide or show bottom bar and its color
- Ability to change bottom bar color, arrow color and text style
- Ability to start the calendar with a date other than today
- Ability to start the calendar expanded or not
- Breaking Changes: events now should be a Map with a List of Maps and not Strings as 1.0.4
- Added Done events so you can see diferent eventColors
- Fixed locale dates
- Added render list events
- Minor bug fixes
- Improved UI - Bottom bar now triggers the month/week view
- Slide up/down to show month/week calendar