aleksanderwozniak / table_calendar

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

Add dayTextFormatter property #881

Closed aleksanderwozniak closed 1 month ago

aleksanderwozniak commented 1 month ago

Adds dayTextFormatter property that allows custom formatting of the text within each day cell.

Reverts the default behavior to showing just the day number, without any extra localized characters.

Fixes #863, #868 Supersedes #879