Is there any way to overlay a image.png on the camera preview of Flutter Image_picker library to guide the user while capturing photo?
I am using Flutter image_picker library in this way to click images from camera. I want the camera screen to be overlapped by a png image which contains custom wire-frame for capture guidance. ImagePicker _picker = ImagePicker(); XFile? pickedImage =…