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

Fix UI confusion problem #29

Closed ZakAnun closed 5 months ago

ZakAnun commented 5 months ago

Hello,

I noticed a issues-27 mentions that the drag and drop action works well at the first time, but any subsequent attempts can not work.

The main problem is that the widget's data is out of sync, and I am trying to fix this problem.

Please review my code.

Thanks.

24

27

abrarmalekji345 commented 5 months ago

Hello @ZakAnun, it seems you have moved the _list and _orgList fields to global, which creates another issue #20. we appreciate your effort on this issue. but unfortunately, we can't accept this PR. Thank you