Open christinachimi opened 1 year ago
Hi @christinachimi Are you trying to upgrade BlinkID flutter to version 6.1.2? If yes, we suggest using BlinkIDMultiSideRecognizer since it has all the new features included in it. Also, you can forward all the issues you are experiencing while upgrading to v6.1.2, to support@microblink.com and we would be happy to assist you further.
Ok, I can forward them along. We are trying to achieve feature parity first, and the multi side recognizer is not what we use today. that would involve UX and training changes for our users.
I am trying to update to 6.x but so far unable to. The USDL recognizer doesn't seem to work anymore (filed separate issue for that), so I thought I could use the IdBarcodeRecognizer. I'm not able to get that to work, due to this error
I think you need a
BarcodeElements(nativeResult["extendedElements"])
in theIdBarcodeRecognizerResult
constructor.Is there any way to get a patch change like this fast-tracked? I'm currently blocked on this update. Thanks!