saitbnzl / flutter_paycards

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

Back button says "Iptal" #8

Closed EirikFladby closed 3 years ago

EirikFladby commented 4 years ago

Hi, the back button on iOS says "Iptal". Any way to change this?

OlehKhalamyrenko commented 3 years ago

Hi, I think it's rather a "Cancel" button. Could you please fix it?

saitbnzl commented 3 years ago

Hi. Sorry for my too late response :) I've fixed it with the latest commits. Now it's set to "Cancel" by default. Also, you can change it with cancelLabel parameter. Like:

await FlutterPaycards.startRecognizer(cancelLabel: 'Cancel');

I can't publish it to pub right now. You will need to use it from GitHub.

saitbnzl commented 3 years ago

It's published on pub now. (0.2.4)