Closed ghost closed 8 months ago
@asapbox I've pushed a PR to add the option: https://github.com/GaspardMerten/date_range_picker/pull/15
DateRangePickerWidget(
...
firstDayOfWeek: 1, // Monday
);
While it's being merged you can use my fork adding the override in pubspec.yaml:
dependency_overrides:
flutter_date_range_picker:
git: https://github.com/easyhour/date_range_picker.git
PR has been merged, thank you.
Could not find in the documentation if there is an option to provide Locale to change the first day of the week from Sunday to Monday.