oxean_calendar_view 0.3.2
oxean_calendar_view: ^0.3.2 copied to clipboard
A Flutter package for displaying a calendar view with various customization options.
0.3.2 #
- Added highlight to selected task and design improvements
0.3.1 #
- Improve the obfuscation rule of past tasks
0.3.0 #
The OxeanCalendar
widget supports three different view modes:
- Month view (
CalendarViewMode.month
): Displays a full month grid with days and tasks - Week view (
CalendarViewMode.week
): Displays a single week with hourly slots - Day view (
CalendarViewMode.day
): Displays a single day with hourly slots
0.2.1 #
- Adjusted Theme colors
0.2.0 #
- Added Theme support for better customization.
0.1.0 #
- A basic Monthly Calendar widget with day selection and month navigation.
- Task integration allowing tasks to be associated with specific days.
- A header with a month/year picker and a 'Today' button.
- Localization support and basic UI customization.