I want to draw freehand object on an image and also move it. Now I am using flutter painter package from flutter, with it I can only draw an object but I cannot move it.
I want to draw freehand object on an image and also move it. Now I am using flutter painter package from flutter, with it I can only draw an object but I cannot move it.
You can use flutter_painter now. The new version allows you to move every shape, plus there are some awesome new features.