husnain

Results 2 comments of husnain

> taskAffinity > > I'm having this issue too. The custom tab closes and then immediately opens again (still on the "success" page). The log shows that the app receives...

Thank you, This works on the IOS @itzmail InputImage inputImage; if (Platform.isIOS) { final File? iosImageProcessed = await bakeImageOrientation(pickedFile); if (iosImageProcessed == null) { return []; } inputImage = InputImage.fromFilePath(iosImageProcessed.path);...