m_calendar 1.1.0
m_calendar: ^1.1.0 copied to clipboard
A customizable and lightweight Flutter calendar widget package supporting day and list-based selections with user-defined decorations.
1.1.0 #
- User can get the pick date data as a list of DateTime, not just a single DateTime.
- Modularized
CalendarDateCellandgetRangeDecorationlogic - Fixed logical prioritization in decoration application for user-picked and range cells
- Improved
MCalendarUI with card layout, theme consistency, and styling polish - Added full Dart documentation for all public classes and functions
1.0.2 #
- Beautified calendar example in
README.md - Added full Dart documentation for all public classes and functions
- Modularized
CalendarDateCellandgetRangeDecorationlogic - Improved
MCalendarUI with card layout, theme consistency, and styling polish - Fixed logical prioritization in decoration application for user-picked and range cells
1.0.1 #
- Optimized
CalendarDateCellbehavior - Added support for custom child widgets for user-picked cells
- Enhanced default decoration fallback handling
1.0.0 #
- First stable release.
- Added user-picked date customizable decoration.
- Improved documentation and structure.
0.0.4 #
- Update public documentation
0.0.3 #
- Add user selection option (both single date & range date selection)
- Improved documentation coverage to meet pub.dev analysis requirements.
- Renamed
selectedDateModel.darttoselected_date_model.dartfor Dart style compliance. - Cleaned up formatting and resolved all lint issues.
0.0.2 #
- Customizable calendar widget with customizable header styling.
0.0.1 #
- Initial release of the
m_calendarpackage. - Provides a customizable calendar widget with date selection and styling options.