WeeklyCalendar
A very simple weekly calendar widget for Flutter.
Features
- Simple calendar widget
- Locale support
- Customizable color scheme
Usage
Make sure to check out examples for more details.
Installation
To use this widget, add the following line to pubspec.yaml
:
Basic setup
Calendar Style
By using the CalendarStyle
, you can customize WeeklyCalendar
with your preferred color patterns.
When using CalendarStyle
, set it as follows:
Events
You can retreive the selected date through the callback function onChangedSelectedDate
, when you select a specific date on WeeklyCalendar.
You can control whether to automatically select the date when changing the displayed week page by swiping, using the isAutoSelect
parameter.
You retreive the day for Wednesday and the page state PageState
(previous or next) when chainging the week page by swiping.