-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement wrapped items #9
base: master
Are you sure you want to change the base?
Conversation
Thank you for the PR. Exactly what I was looking for. However will be cool if it is possible to calculate the height and width without specifying the |
Now you don't need to specify the |
Wow it seems like the RenderBox already does the calculation and the |
The
I start coding! 😁 (Besides taking time to study Flutter source code & read API docs).
This video gives some explanations which specifically help with your question. Keep going 🚀 |
Hi @thanhle1547, thanks again for your hard work. However while using your PR when there is 15 item in the children's I'm getting an error |
Hey @letsar, I implemented the #2 enhancement request (Wrapped items). The example is also updated.
The picture below is an example that demonstrates how to control maximum number of rows/columns via parameters
maxRun
andmaxItemPerRun
.