Skyost / FlutterWeekView

Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
https://pub.dev/packages/flutter_week_view
MIT License
208 stars 88 forks source link

Full week on a single page #87

Closed GregPuccio closed 2 years ago

GregPuccio commented 2 years ago

Is your feature request related to a problem? Please describe. The package seems to work very well as intended. The reason I was curious if this was possible when I saw the headerSize inside of DayViewStyle. I assumed that the height would stay constant to fit the text and that this would allow me to change the width.

Describe the solution you'd like If there was a way to give a number of days we would like to see at a time and the DayView would shrink horizontally to show X number.

Describe alternatives you've considered I was going to attempt to build a ListView myself of multiple of the DayViews but I wouldn't be able to swipe to get to the next week.

GregPuccio commented 2 years ago

Well, I just realized this is already possible in the WeekViewStyle! Thanks for the great package!!