-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing startHour and endHour doesn't update WeekView #410
Labels
Comments
PRBaraiya
added
bug
Something isn't working
priority:1
Bug/Enhancement with highest priority.
labels
Nov 29, 2024
shubham-jitiya-simform
added a commit
that referenced
this issue
Dec 4, 2024
7 tasks
PRBaraiya
added a commit
that referenced
this issue
Jan 2, 2025
…ate_week_view_hours fix: Fixes issue #410: 🐛 Fix `startHour` and `endHour` rebuild issue in WeekView
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the widget rebuilds with a new startHour and endHour, the widget stay the same.
I looked into the code and did the following changes in src/week_view/week_view.dart :
And it works like a charm !
The text was updated successfully, but these errors were encountered: