Great implementation. Camera and bloc is not trivial, I'm grinding away at the same sort of thing. I wondered if you had any issues , particularly on android with the phone going into sleep mode and the camera controller being messed up after.
If you haven't tested this scenario, you might want to look into handling the didChangeAppLifecycleState event in your bloc and re-initialising the controller.
Hi Iwari,
Great implementation. Camera and bloc is not trivial, I'm grinding away at the same sort of thing. I wondered if you had any issues , particularly on android with the phone going into sleep mode and the camera controller being messed up after.
If you haven't tested this scenario, you might want to look into handling the didChangeAppLifecycleState event in your bloc and re-initialising the controller.