rwbr / flutter_neat_and_clean_calendar

Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.dev/packages/flutter_clean_calendar)
MIT License
104 stars 51 forks source link

If startOnMonday == false, expanded view is shifted by one day. #32

Closed eugenedina closed 2 years ago

eugenedina commented 2 years ago

I don't think the expanded (month view) is taking into account the startOnMonday flag. When viewing week... with startOnMonday = false. image

Upon expanding...

image

with startOnMonday == true, both week and month view are correct.

Happy to provide a fix if you want it.

rwbr commented 2 years ago

I'm able to reproduce the bug. Will find a fix for it. You're welcome to suggest a solution.

rwbr commented 2 years ago

Closed with https://github.com/rwbr/flutter_neat_and_clean_calendar/pull/33