You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the firstDayOfWeek property to a number larger than zero, the weekdays and the actual dates get shifted according.
Actual behavior
Only the weekdays get shifted.
Correct
With firstDayOfWeek set to 1 (not correct)
flutter doctor result (run flutter doctor in terminal)
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.9.1+hotfix.5, on Linux, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] Android Studio (version 3.4)
[✓] Connected device (1 available)
• No issues found!
Steps to reproduce the behavior
Set weekFormat to true
Set firstDayOfWeek to 1
The text was updated successfully, but these errors were encountered:
Version of flutter_calendar_carousel
flutter_calendar_carousel: ^1.4.2
Expected behavior
When I set the
firstDayOfWeek
property to a number larger than zero, the weekdays and the actual dates get shifted according.Actual behavior
Only the weekdays get shifted.
Correct
With
firstDayOfWeek
set to 1 (not correct)flutter doctor result (run flutter doctor in terminal)
Steps to reproduce the behavior
Set
weekFormat
to trueSet
firstDayOfWeek
to 1The text was updated successfully, but these errors were encountered: