saitbnzl / flutter_paycards

Flutter plugin for PayCards SDK for IOS&Android
MIT License
6 stars 9 forks source link

Not working in ios 13. #4

Closed OttoChamo closed 4 years ago

OttoChamo commented 4 years ago

I am working on a project that involves reading credit cards from the camera, I installed your package and I have an Iphone XR when I run the app on it, the ViewController for the camera appears but It doesn't read the cards, nothing happens :c

saitbnzl commented 4 years ago

@OttoChamo I have published version 0.2.0 that fixes this issue.

Additionally, you use startRecognizer() as a method now. You can also provide a bool value to open the view as fullScreen in IOS 13:

startRecognizer(fullScreen: true);

OttoChamo commented 4 years ago

@saitbnzl Thank you very much my friend. You saved me :)