flutter_calendar_essentials 1.0.13
flutter_calendar_essentials: ^1.0.13 copied to clipboard
A simple calendar
1.0.13 #
- Fixed event content alignment by adding proper mainAxisAlignment and crossAxisAlignment
- Fixed calendar display for months spanning more than 4 weeks (increased to 6 weeks maximum)
- Fixed cell width calculation to properly account for padding (8px on all sides)
- Code quality improvements: removed unreachable switch defaults and added const constructors
1.0.10 #
- initialization of the project with a basic implementation
- add days name for month format
- add selectedday property and set it when changing pages