SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
418 stars 253 forks source link

Change firstDayOfTheWeek on calendar day/month/week picker #337

Closed dimityrivanov closed 4 months ago

dimityrivanov commented 6 months ago

Hey currently there is no way to change the firstDayOfTheWeek when you click on the header of the calendar even when I try to override the locale it seems I am unable to change it to start from Monday.

is it possible in future build to apply locale to the calendar based on user locale as param ?

apurva010 commented 4 months ago

Hi @dimityrivanov, Could you please specify what things you need to change? If you need to change firstDayOfTheWeek on calendar then you can go ahead with startDay field in week and month view.

apurva010 commented 4 months ago

I am closing this issue for now, feel free to reopen if this is not the case.