Hi, I am adding flutter to my current android project. I am using ImagePicker for setting profile image for users.
When I am running my flutter app outside the current android project I am able to use ImagePicker successfully However when I am accessing the same code using my android app. ImagePicker is not returning anything.
It opens up the camera and gallery but it doesn’t return anything.
Can you guess what’s wrong here