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
98 stars 19 forks source link

Example request: Using ScrollController #14

Closed danielpjr closed 2 years ago

danielpjr commented 2 years ago

I did several tests but it didn't work scrolling the screen

sahilmind commented 2 years ago

@danielpjr added an example using ScrollController in flutter_draggable_gridview: 0.0.7 please have a look. I am happy to help you if required. Thanks!