Nassim B.
Nassim B.
No, in removePicture() promise I show my cameraCapture screen and then when the user take the picture I recreated the path where the picture need to be saved with getFilePath()...
CameraController does the check when the user clicks on takePicture(), then the exception is throw in the takePicture method in Camera.java file : ``` public void takePicture(String filePath, @NonNull final...
So I tried with a Future.delayed before switching to my camera capture view : ``` retryTakePicture(String imageToRemove) async { await _customCacheManager.removePicture(imageToRemove); await Future.delayed(Duration(milliseconds: 500), () { ***switching to camera capture...
You need to put all deprecated properties into ExpandableThemeData() Example : ``` ExpandablePanel( theme: ExpandableThemeData( hasIcon: false, tapBodyToCollapse: true, tapHeaderToExpand: true, ) ) ```
Hi @SameerChorge94, did you manage to get the redirection to your application to work? I have the same problem.
@SameerChorge94 ok I will try it then. Thanks!