SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
432 stars 258 forks source link

[WeekView] Is there a way to show the week horizontally with vertical week scroll? #222

Open lucarock94 opened 1 year ago

lucarock94 commented 1 year ago

Hi,

thanks for the package, i think it's awsome.

I was wondering if was possible to obtain a calendar that displays the week vertically with fixed days on the left-hand side. The user should be able to navigate through hours using horizontal scrolling, and the displayed week should change with vertical scrolling.

I'm currently using this package to create the calendar and would like to know if it's possible to achieve the desired layout using it. If so, could you please provide some guidance or resources on how to do this?

Thank you.

ParthBaraiya commented 1 year ago

Hi @lucarock94 , Right now calendar_view does not support vertical scrolling. But we have it in future plans.

lucarock94 commented 1 year ago

Hi @lucarock94 , Right now calendar_view does not support vertical scrolling. But we have it in future plans.

Thanks!