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

How to keep state of reordered grid item when app is closed? #6

Closed beamAkshay closed 2 years ago

lukepighetti commented 2 years ago

You need to persist these values with something like shared_preferences, hive, sqlite3, etc. This is almost certainly out of scope of this package