FlutterWeekView icon indicating copy to clipboard operation
FlutterWeekView copied to clipboard

hourRowHeight not available

Open Swepilot opened this issue 4 years ago • 0 comments

I just starting using this package with a WeekView and it looks like it will save a lot of time. Thank you for that @Skyost

However, on a physical Android device I found the zoom a bit sensitive and sometimes "jumps" when the zoom gesture ends. Therefore I was looking to disable zoom and set the row height manually. I found some reference in earlier issues (e.g. https://github.com/Skyost/FlutterWeekView/issues/43) to hourRowHeight in WeekViewStyle but that parameter does not seem available anymore...

What I am trying to achieve is to have all hours from 7-22 shown on the screen without having to scroll vertically.

Q: Is there another way to control the hour row height if zoom is disabled?

I am using 1.2.0 from Pub.

Thanks in advance!

Swepilot avatar Sep 12 '21 15:09 Swepilot