79621279

Date: 2025-05-14 10:45:11
Score: 0.5
Natty:
Report link

The issue must be coming from your CameraPreview widget which you have not provided code for. My assumption still is that you are using the Image class to display the image like Image.memory() or Image.file(), if that is the case then you need to set the boxFit parameter to something that works for you like: Image.memory(photo, boxFit: BoxFit.contain,) or Image.memory(photo, boxFit: BoxFit.fitHeight,). I cannot help with the exact answer because your code is incomplete but I hope this give you an idea and helps you solve the issue

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cleopas Mwape