getkevin / kevin-flutter

MIT License
0 stars 0 forks source link

AccountLinking preselectedCountry issue #13

Closed KestasVenslauskas closed 2 years ago

KestasVenslauskas commented 2 years ago

Hi, first of all thanks for this great flutter package update. Just started testing it and found a small issue that preselectedCountry gets ignored on Android (iOS not tested yet). Also probably found a reason for that:

Those 2 lines are incorrect where you assign bank to country value and preselectedCountry as preselectedBank... Sould be a quick fix :)

.. preselectedBank: model.preselectedCountry?.iso .. preselectedCountry: model.preselectedBank

antons-zubkovs commented 2 years ago

@KestasVenslauskas thank you for your bug report, the issue has been fixed and update has been published to pub.dev!