如何在图像上徒手绘制对象并在 Flutter 中移动它

How to draw an object freehand on an image and move it in Flutter

Free hand drawing on an image

我想在图像上徒手绘制对象并移动它。现在我正在使用来自flutter的flutter painter包,用它我只能画一个物体但不能移动它。

使用 Draggable 小部件拖动小部件。

您现在可以使用 flutter_painter。新版本允许您移动每个形状,此外还有一些很棒的新功能。