flutter_calendar_week icon indicating copy to clipboard operation
flutter_calendar_week copied to clipboard

How to switch weeks programmatically?

Open d-ukhanov opened this issue 2 years ago • 3 comments
trafficstars

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.

d-ukhanov avatar Nov 04 '23 04:11 d-ukhanov

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

mduccc avatar Nov 07 '23 04:11 mduccc

is that any way to jump the calendar to any date?

vishalpatel1327 avatar Dec 27 '23 08:12 vishalpatel1327

is that any way to jump the calendar to any date?

Yes by controller you can jump. using controller.jumpToDate();

KhushAlbiorix avatar Apr 17 '24 06:04 KhushAlbiorix