Mindinventory / flutter_draggable_gridview

This package supports drag & drop widgets inside the GridView.builder for multiplatform. It provides all the properties which are available in Gridview. builder and easy to implement with the few lines of code.
https://www.mindinventory.com/flutter-app-development.php
MIT License
100 stars 19 forks source link

Reactive support #12

Closed ymgn-dev closed 2 years ago

ymgn-dev commented 2 years ago

Contents

I added support for rebuilding when the parent widget changes(e.g. the number of elements changes or drag availability changes).