I faced the same issue on a Samsung Note 9. Instead of using image_picker, I switched to the camera package (current version I use: camera: ^0.11.3) and built my own custom camera screen. This approach is much lighter and works well even on low-memory devices. After replacing image_picker, the restart issue no longer occurred on my device.