aleksanderwozniak / table_calendar

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

feat: Add dayLocale parameter to TableCalendar for cell content localization #879

Closed michaelsoliman1 closed 3 months ago

aleksanderwozniak commented 3 months ago

Thanks for submitting this quick fix. Ultimately I've decided to go with a different approach that adds a special text formatter property, similar to what's already there for days of the week style.

Default behavior was also restored to previous implementation, as it seems more expected by the community in general.

Closing this PR in favor of #881