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

Viewed 147

Free hand drawing on an image

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.

2 Answers

You can use flutter_painter now. The new version allows you to move every shape, plus there are some awesome new features.

Related