Open MuKhAlm opened 1 month ago
Hi thanks for the issue.
RTL Directionality does seem tricky given that the calendar is not simple Columns and Rows.
After taking a quick glance of the code I noticed that it uses Positioned a lot. One potential way is to set the h-direction (left or right) to whatever the Directionality is.
Other Widgets respond automatically the moment the locale Direction changes.
When it comes to Localisation, it's actually not that hard to change Text (at least for WeekConfigurations) I simply copied the original builders and tweeked the Text values to use whatever my locale is.
Description
While the Widget does not work well with RTL Directionality, it also does not offer a way to translate CalendarComponents (week header and hours) to other languages.
Working with other languages/locale would allow for the wider use of the package.
Request