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

PagedGridView error indicator and progress indicator show as one of the grid items #3

Closed
ketkarabhishek opened this issue Oct 3, 2020 · 2 comments

Comments

@ketkarabhishek
Copy link

Thanks for the awesome package. Its perfect for my use case.

I have found an issue with the PagedGridView. The indicators appear at the bottom left and not in the bottom center like in PagedListView.

This only happens when crossAxisCount is more than 1.

Please check the image below.

Example

exampleimage

@EdsonBueno
Copy link
Owner

EdsonBueno commented Oct 3, 2020

That's actually intended behaviour! The reason for that is signalling the user that an error happened fetching that item, or (in the case of a progress indicator) indicate that the items are being fetched.
But I get that it may not be what you want. So I’ll consider parametrizing it for the future. That way everyone's happy. What do you think?

@EdsonBueno EdsonBueno reopened this Oct 10, 2020
@EdsonBueno
Copy link
Owner

Hi @ketkar203040. This is now added on today's release (2.1.0).
https://pub.dev/packages/infinite_scroll_pagination/example#positioning-grids-status-indicators

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

No branches or pull requests

2 participants