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
Issue 1
Week view and month view should show similar dates and days.
Issue 2,
when the locale is set, then the text formatting should also be appropriate
Actual behavior
Issue 1.
The date between the two calendars should be the same. However, as you can see in the below attachments the dates (in week view) shows "1" as Tuesday and '2' as Wednesday, whereas the full month view shows them correctly where 1 is Monday and 2 is Tuesday
When showing week view the dates are moved by one day.
Issue 2.
On Week view Monday is shown in red (weekend format), whereas in the month view it is shown properly. I can raise a separate issue for this.
flutter doctor result (run flutter doctor in terminal)
✓] Flutter (Channel dev, v1.5.8, on Mac OS X 10.13.6 17G65, locale en-DK)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.3)
[✓] VS Code (version 1.35.1)
[✓] Connected device (1 available)
Steps to reproduce the behavior
I have just done git clone of the repo and using the example app, passing the locale as string 'da'.
I have just enabled expanded arrow button to hide the other calendar which by default shows up in the example you have
last but not the least thanks for the good library it is great :)
EDIT: found that even without locale it is having the same issue with dates. On week view it is one day added for July, but in the month view, it is perfect.
The text was updated successfully, but these errors were encountered:
Version of flutter_calendar_carousel
1.3.18
Expected behavior
Issue 1
Week view and month view should show similar dates and days.
Issue 2,
when the locale is set, then the text formatting should also be appropriate
Actual behavior
Issue 1.
The date between the two calendars should be the same. However, as you can see in the below attachments the dates (in week view) shows "1" as Tuesday and '2' as Wednesday, whereas the full month view shows them correctly where 1 is Monday and 2 is Tuesday
When showing week view the dates are moved by one day.
Issue 2.
On Week view Monday is shown in red (weekend format), whereas in the month view it is shown properly. I can raise a separate issue for this.
flutter doctor result (run flutter doctor in terminal)
✓] Flutter (Channel dev, v1.5.8, on Mac OS X 10.13.6 17G65, locale en-DK)
[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
[✓] Android Studio (version 3.3)
[✓] VS Code (version 1.35.1)
[✓] Connected device (1 available)
Steps to reproduce the behavior
I have just done git clone of the repo and using the example app, passing the locale as string 'da'.
I have just enabled expanded arrow button to hide the other calendar which by default shows up in the example you have
last but not the least thanks for the good library it is great :)
EDIT: found that even without locale it is having the same issue with dates. On week view it is one day added for July, but in the month view, it is perfect.
The text was updated successfully, but these errors were encountered: