Ismail N.A.
Results
2
comments of
Ismail N.A.
i add wrap easy stepper use Column and thats worke for me, thanks @thirstyde
try this `Future getImageAndDetectFaces(XFile imageFile) async { try { if (Platform.isIOS) { await Future.delayed(const Duration(milliseconds: 1000)); } List faces = await processPickedFile(imageFile); if (faces.isEmpty) { return false; } double screenWidth...