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

Setting inScrollableWidget to false throws error. #82

Closed hmarat closed 1 year ago

hmarat commented 3 years ago

Describe the bug I want to put WeekView widget inside a Column, and make scrollable the whole column. So I set inScrollableWidget: false But get this error: Null check operator used on a null value

Here in the image I will show the point where error throws. (Source code of your week_view.dart) image

Steps to reproduce the behavior:

  1. Set WeekView's inScrollableWidget property to false
  2. See error