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

Can I hide the daybar? #76

Closed Anjula closed 1 year ago

Anjula commented 3 years ago

I there any way to hide the daybar? I just do not need to show the daybar since I'm handling my way of displaying the date.

Skyost commented 3 years ago

Just pass headerSize: 0 to the parent's style.

ishwar-gts commented 1 year ago

style: DayViewStyle.fromDate( headerSize: 0, ) use this one @Anjula