adar2378 / draggable_widget

A flutter package which will help you to create a draggable widget that can be dragged around the screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag and drop position is abnormal

czbill opened this issue · comments

commented

The control's position is initialized to the bottom left corner, and the first time the control is dragged, it jumps from the top of the screen to the bottom. It was found that the initialization of "hardTop" did not take into account the position difference. Adding these two lines of code can solve the problem.

image