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

ScrollablePositionedList: make itemCount optional #46

Open
tarobins opened this issue Dec 30, 2019 · 3 comments
Open

ScrollablePositionedList: make itemCount optional #46

tarobins opened this issue Dec 30, 2019 · 3 comments
Assignees
Labels
p: scrollable_positioned_list Related to package:scrollable_positioned_list SPL-itemCount optional ScrollablePositonedList make itemCount optional

Comments

@tarobins
Copy link
Collaborator

No description provided.

@tarobins tarobins self-assigned this Dec 30, 2019
@jamesderlin jamesderlin added the p: scrollable_positioned_list Related to package:scrollable_positioned_list label Apr 16, 2020
@tarobins tarobins added the SPL-itemCount optional ScrollablePositonedList make itemCount optional label Apr 29, 2020
@anaurelian
Copy link

In the meantime, does using a very large itemCount have any side effects? Is there any extra memory allocated, will it slow down the app, etc.?

ScrollablePositionedList.builder(
  itemCount: 1000000000,

@tarobins
Copy link
Collaborator Author

should be fine

@jangruenwaldt
Copy link

I think it's a good feature for calendars. Would be nice to have. But the 10K index workaround works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: scrollable_positioned_list Related to package:scrollable_positioned_list SPL-itemCount optional ScrollablePositonedList make itemCount optional
Projects
None yet
Development

No branches or pull requests

4 participants