While dragged widget is dragging I would like to change the cursor to more appropriate <code>SystemMouseCursor.grabbing</code> but unfortunately it is not possible to...
I have simple <code>DraggableScrollableSheet</code> in flutter and it has parameter like <code>initialChieldSize</code>, <code>minChildSize</code>, <code>maxChildSize<...
i have 2 pages. A and B page. i navigate to B page from A page. in B page i have DraggableScrollableSheet. when i expand to <code>maxChildSize</code> by scrolling it s...
<h1>Problem</h1> So basically it's quite an old problem, which I couldn't fix with Google. The problem is that <code>DraggableScrollableSheet</code> doesn't size its m...
I'm rather new to development, and started off with web dev, though now work with Flutter for about 2 months now, which means I still learn tons - so please, bear with...
I'm working on a game where I'd like to make it possible to stick multiple draggables together to make them movable together. Is there a way to attach a draggable to a...
I'm working with draggables and dragtargets in Flutter. I currently have two dragtargets in my project, both respond correctly once I drop a draggable over them. Howev...
I need to do something like sticker on image. I want it draggable, scalable and rotatable. Is it possible with flutter? I found class draggable on <a href="ht...
I am looking to port a <strong>Cordova-Vuejs-jqueryUI</strong> mobile app to <strong>Flutter</strong>. The main functionality of the app is using drag and drop to <str...
<strong>Updates:</strong> <blockquote> See latest updates at the bottom. </blockquote> <strong>Original</strong> I have flutter Draggable and...
I'm building a simple game using flutter, I tried the code Below, called a positioned widget after the <strong>dragTarget</strong> runs the <strong>onAccept</strong>...
I am new to flutter and a I am trying to create a container that when the user long presses it - a draggable circle shows that the user can move within the boundaries...
I trying to learn draggable widgets. I found something in internet but i faced some bugs. while i drag the button if i drop it in bottom bar it become invisible. Butto...
I want the <code>feedback</code> icon to follow my cursor precisely everywhere on screen, but it's clear from this example that it doesn't: <a href="https://i.s...
I'm trying to create a drag and drop game. I would like to make sure that the <code>Draggable</code> widgets don't get out of the screen when they are dragged around.<...