Skip to content
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

ADD DayView: infinite scroll #2

Open
allanlaal opened this issue Jan 15, 2020 · 3 comments
Open

ADD DayView: infinite scroll #2

allanlaal opened this issue Jan 15, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@allanlaal
Copy link

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

@allanlaal allanlaal added the enhancement New feature or request label Jan 15, 2020
@Skyost
Copy link
Owner

Skyost commented Jan 17, 2020

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.

kuemme01 pushed a commit to kuemme01/FlutterWeekView that referenced this issue Feb 17, 2020
@aedify-swi
Copy link

@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?
image

@Skyost
Copy link
Owner

Skyost commented Jul 22, 2021

@aedify-swi Sadly, no. Infinite scroll is usually hard to achieve, even more when you have to deal with complex widgets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants