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 89 forks source link

Timescala doesn't zoom with content #12

Closed kuemme01 closed 4 years ago

kuemme01 commented 4 years ago

Describe the bug When zooming on DayView, the time scala on the left side doesn't scoll too

To Reproduce Steps to reproduce the behavior:

  1. Build DayView
  2. Try to zoom

Expected behavior Timescala should zoom the same way then content.

Tablet:

Skyost commented 4 years ago

Can you post your code please ? Because I don't have any problem : untitled

kuemme01 commented 4 years ago

I just used your example code inside of an Scaffold and have the same behavior on Android 9 and iOS13. RPReplay-Final1581940663

Skyost commented 4 years ago

Can you please try to run the sample app (in the example folder) and see if it works or just show me your full code ?

In fact it seems to be a problem with the hour row height not getting refreshed.

Skyost commented 4 years ago

Just reproduced your bug. I'm working on a fix. That's in fact very similar to #14.