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

Display Day of Week rather than date in WeekView #104

Closed farrukhnajmi closed 7 months ago

farrukhnajmi commented 7 months ago

Is your feature request related to a problem? Please describe. In my app I just need to display a WeekView with days of week as column headers. The actual dates are not significant. Is this possibe?

Describe the solution you'd like In my app I just need to display a WeekView with days of week as column headers. The actual dates are not significant. Is this possible?

Describe alternatives you've considered N/A

Additional context N/A

Skyost commented 7 months ago

Use dayBarStyleBuilder (see https://github.com/Skyost/FlutterWeekView/blob/master/lib/src/widgets/week_view.dart#L51).