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

DayViewController minZoom/maxZoom does not work #83

Closed BiliBalaaaaaa closed 3 years ago

BiliBalaaaaaa commented 3 years ago

To Reproduce Steps to reproduce the behavior:

  1. Create new DayViewController object named "oDayViewController" (e.g. DayViewController(maxZoom: 4.0, minZoom: 1.0); ) but oDayViewController's maxZoom and minZoom are 1.0 after creation.