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

Staggered grid view #65

Open
NathanFlorins opened this issue Feb 16, 2023 · 9 comments
Open

Staggered grid view #65

NathanFlorins opened this issue Feb 16, 2023 · 9 comments
Labels
enhancement New feature or request

Comments

@NathanFlorins
Copy link

Is it possible to use a staggered grid view?

@karvulf
Copy link
Owner

karvulf commented Feb 16, 2023

Helloi @NathanFlorins

You mean this package -> https://pub.dev/packages/flutter_staggered_grid_view?

I didn't test it with that but it looks a bit more difficult. I think it is similar to a Wrap which leads into similar issues like this one #28

@karvulf karvulf added the question Further information is requested label Feb 16, 2023
@NathanFlorins
Copy link
Author

Yes this package.
I would like to use the Quilted of this package, but I didn't succeed

@karvulf
Copy link
Owner

karvulf commented Feb 16, 2023

ok, yeah i am pretty sure that won't work that easy, because the items can have different sizes, this makes the solution much more complex @NathanFlorins I will mark your request as enhancement, but can't say if and when I could add this support

@karvulf karvulf added enhancement New feature or request and removed question Further information is requested labels Feb 16, 2023
@NathanFlorins
Copy link
Author

Thank you for your answer !!

@karvulf
Copy link
Owner

karvulf commented Feb 22, 2023

Well it's not a bug. I just don't support GridViews which render items with different sizes but it's definitely a thing on my todo list @MhmdFouda

@karvulf
Copy link
Owner

karvulf commented Mar 15, 2023

Unfortunately not, and it could take several month before I could start trying to implement this feature, sry :/ @MhmdFouda

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
@karvulf @NathanFlorins and others