Closed rklos closed 1 year ago
I've added an additional test that checks if startWeekOnMonday
is still necessary. This test will fail on customer_testing
branch when Flutter has fixed firstDayOfWeekIndex
.
Done @GroovinChip
LGTM. Waiting on checks.
This is the first step in fulfilling all requests from https://github.com/macosui/macos_ui/issues/369. I've added an optional parameter
startWeekOnMonday
which allows to render a calendar with Monday as a first day of the week.This is a temporary solution, because the need of this feature is caused by invalid implementation of
firstDayOfWeekIndex
influtter_localizations
package: https://github.com/flutter/flutter/issues/122274Pre-launch Checklist
CHANGELOG.md
with my changes