saitbnzl / flutter_paycards

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

fix: Add null safety support #11

Closed ochamodev closed 3 years ago

ochamodev commented 3 years ago

Greetings. I am making this pull request because with the current version 0.2.4 we couldn't build our app without using --no-sound-safety because the project wasn't migrated yet, but with this change that won't be necessary. 👍

Now the cancelLabel parameter by default uses the value 'Cancel' this is found in the startRecognizer method.

saitbnzl commented 3 years ago

Thanks. Merged. The package is too big to upload rn. I will publish this version after I solve the size problem.

crushman1 commented 2 years ago

This is exciting news.