How can I make Flutter widget that has different size items that each item can be resizable and draggable? Image Example
CodePudding user response:
There's a StaggeredGridView package that does this on pub.dev
CodePudding user response:
you can use flutter_staggered_grid_view package hope this will be work for you. Thanks