-
Notifications
You must be signed in to change notification settings - Fork 548
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
Loop gallery infinity #378
Comments
i accomplished the same by:
|
+1, I think this would be a really handy feature and it seems like it's not that hard to implement. Thanks for your package! |
This comment was marked as off-topic.
This comment was marked as off-topic.
2 similar comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Is there any update on this? Why is this issue not being closed? Seems like proper changes have been made. Would really appreciate to have the feature. Asserting that itemCount is not nullable seems unnecessary. |
I'm waiting for the loop gallery fix to be merged too but apparently there has not been any progress on that 😔 No idea what we're waiting for 😔 |
Is your feature request related to a problem? Please describe.
Normally an image gallery can be paged back and forth. Showing the images in a loop is very common.
Describe the solution you'd like
The PageView does support this. See example https://dartpad.dartlang.org/8c9075a0896138df116715ea36186506 or https://gist.github.com/Blasanka/a870803bb57bb57caf7eea11698e5a19. You just need to remove the itemCount parameter and make that not required anymore. I tried it out on my end but with no luck so far.
Describe alternatives you've considered
I could not found any other way.
The text was updated successfully, but these errors were encountered: