So, I want to make this kind of camera overlay in flutter to take selfies. where face are would be focus and other part will be display in transparancy. How an I make It possible in flutter.
You can use the camera plugin which is already there and customise as you want. There are examples also here: Camera
For overlay: There is a widget called CameraPreview it basically shows the camera only. So, you need to put Stack widget and do the necessary design over the CameraPreview widget and add the functionalities.