Since the image_picker
package is causing issues with capturing images from the camera, use image_picker
only for selecting images from the gallery, and implement a custom camera feature separately using the camera
package with a dedicated camera screen for capturing photos.