aleksanderwozniak / table_calendar

Highly customizable, feature-packed calendar widget for Flutter
Apache License 2.0
1.77k stars 974 forks source link

Add the option to hide weekends from the calendar #877

Open m0hamdan opened 2 months ago

m0hamdan commented 2 months ago

expose onlyWeekDays & weekendDays properties, where setting onlyWeekDays to true will hide the specified weekendDays (defaults to Sat & Sun)

m0hamdan commented 2 months ago

@aleksanderwozniak please review this PR