GaspardMerten / date_range_picker

Date Range Picker is a user-friendly and simple package for Flutter that allows users to select a date range. It's designed to evolve over time, and its components are built to be reusable.
MIT License
12 stars 31 forks source link

Wrong weekdays in calendar #2

Closed mphash closed 1 year ago

mphash commented 1 year ago

In the first row, the week days are off by one. This is because the DateTime weekday has Monday as the first day, but the Intl.DateFormat days start with Sunday. This error is also present on the pub page: image

GaspardMerten commented 1 year ago

^^; Oups...

I merged your PR into the main codebase. Thank you for taking the time!

I hope this package helps you with your project :).

v: 0.0.14