We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when you scroll to the end of the day, it will continue scrolling into the next day and so forth
events with start times in Day+0 and end times in DAY+1 will show up as single events when scrolling past midnight
The text was updated successfully, but these errors were encountered:
This could be done by creating an infinite listview full of DayView and removing the text of events that are not starting on the current DayView date.
Sorry, something went wrong.
Skyost#2 adds possibility to decorate FlutterWeekViewEvent
e7c9aac
@Skyost This solution works well, unless you parallel WeekViewEvents on one day but not the other. Do you know any simple way to get around this?
@aedify-swi Sadly, no. Infinite scroll is usually hard to achieve, even more when you have to deal with complex widgets.
Skyost
No branches or pull requests
when you scroll to the end of the day, it will continue scrolling into the next day and so forth
events with start times in Day+0 and end times in DAY+1 will show up as single events when scrolling past midnight
The text was updated successfully, but these errors were encountered: