How to get position of a rectangle which I draw using Custom Paint in flutter
I am creating a waste management app where user can take image then this Image is shown in a screen where user can draw rectangles around trash. I am using Stack with Custom Paints for doing this. But I am not able to get position of rectangles because this image is then to be sent to a ML model for further evolution. I am using GetX