Closed yegor-pelykh closed 2 years ago
It's not in plan. Because:
GridView
not support this.crossAxisCount
, so it's a cycle calc.Yes, I agree with you.
I was able to calculate the crossAxisCount
dynamically outside of your widget based on the maximum available width.
I think the issue is closed then.
Thanks for the great widget! 👍
Is it possible to make a version of the constructor for ReorderableGridView where it would not be necessary to set the crossAxisCount, but this count was dynamic and dependent on the amount of free space allocated to this ReorderableGridView?
I think it should be possible.