Flutter Grid with resizable & draggable items

How can I make Flutter widget that has different size items that each item can be resizable and draggable? Image Example


There's a StaggeredGridView package that does this on pub.dev