Calvin Saputra
Results
2
comments of
Calvin Saputra
> After looking around online for ages, the fix(es) that worked for me (with version `^4.0.0` were these changes in my `build.gradle`: > > Setting sdk version to 34 and...
> try this > > `Future getImageAndDetectFaces(XFile imageFile) async { try { if (Platform.isIOS) { await Future.delayed(const Duration(milliseconds: 1000)); } > > ``` > List faces = await processPickedFile(imageFile); >...