-
https://github.com/karvulf/flutter-reorderable-grid-view/assets/18232924/9cc3835b-6495-4a53-a9be-a0fc78d9d64b
Changing the GlobalKey causes another error.
This part will be registered as a new i…
-
Facing the issue whenever trying to drag the item outside container, they draggable item disappear or vanished from it. Other than that, if dragged it on some empty slot the same thing happens and ite…
-
I'd like to be able to drag elements from the grid onto DragTargets in my app. Currently null is passed through as the data though.
see draggables I would like data added to here: https://github.co…
-
I did several tests but it didn't work scrolling the screen
-
We are developing an app for online meeting with realtime communication. Because of issues we had on the web in the past namely on iOS, we relied only on HTML render mode but we want to make the switc…
-
Drugged item rebuild after reordered.
https://user-images.githubusercontent.com/74569642/211195540-ddbcb27f-8e7b-4c76-a42f-db383bf327c4.mov
-
## Details
I’m observing significant jank on nearly every animation in an app I’m building when run on a physical iPhone 13 Pro Max on iOS 15.4.1 in profile mode. Jank is present throughout the…
-
I've been looking at this repo's example, and a Medium article using this package, but I haven't been able to see any dragging work. Neither does the UI demonstrate any click-and-drag behavior, neithe…
-
Hi there,
Instead of the long press to reorder elements, would it be possible to change it a simple tap. So a user doesn't have to tap and hold it for some time but taps and can drag it immediately…
-
DraggableGridItem currently has no way to know if it's being dragged. Instead of a `Widget child` argument, a builder argument with `(BuildContext context, bool isDragging)` could be provided