I am using the following code to pick an image from user's gallery. Future getImageFromGallery(BuildContext context) async { await ImagePicker.platform()
I am trying to use Expo-image-picker with a react-native application. Here is my code: const openCamera = async () => { const permissionResult = await Im
guys! I am facing this camera version. It happened after I merged my projects. It says there is no camera available but back then it was running fine. Please ha
I have using image_picker: ^0.8.4+11 for open a gallery. I need to ask a permission for open a gallery. In iOS it ask a permission to open a gallery but Android
I am picking a image from gallery/taking a photo using image_picker: ^0.6.2+3 package. File picture = await ImagePicker.pickImage( maxWidth: 800, imageQual