flutter_calendar_week
flutter_calendar_week copied to clipboard
How to switch weeks programmatically?
Good library, but I don't see any way to switch weeks through the controller (like using buttons to do it). Is there any way to do this? A similar behavior can be added via CalendarWeekController().jumpToDate, but the selected date will change too. This doesn't work. It would also be cool if it was possible to disable scrolling in the calendar.
Good library, but I don't see any way to switch weeks through the controller (like using buttons to do it). Is there any way to do this? A similar behavior can be added via CalendarWeekController().jumpToDate, but the selected date will change too. This doesn't work. It would also be cool if it was possible to disable scrolling in the calendar.
It's a good feature. I'm working on it
is that any way to jump the calendar to any date?
is that any way to jump the calendar to any date?
Yes by controller you can jump. using controller.jumpToDate();