mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
cake pay country picker (#1779)
* cake pay country picker
* UI changes
* hide picker after the country is set
* Revert "hide picker after the country is set"
This reverts commit cce358b94f
.
* show country picker initially
* flags
* minor ui fixes
* Update lib/view_model/cake_pay/cake_pay_cards_list_view_model.dart
---------
Co-authored-by: tuxpizza <tuxsudo@tux.pizza>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
c8cfc2cff1
commit
48457fdd6d
132 changed files with 601 additions and 78 deletions
|
@ -1271,7 +1271,8 @@ Future<void> setup({
|
|||
() => CakePayService(getIt.get<SecureStorage>(), getIt.get<CakePayApi>()));
|
||||
|
||||
getIt.registerFactory(
|
||||
() => CakePayCardsListViewModel(cakePayService: getIt.get<CakePayService>()));
|
||||
() => CakePayCardsListViewModel(cakePayService: getIt.get<CakePayService>(),
|
||||
settingsStore: getIt.get<SettingsStore>()));
|
||||
|
||||
getIt.registerFactory(() => CakePayAuthViewModel(cakePayService: getIt.get<CakePayService>()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue