CAKE-356 | added isYatDevMode parameter to the yat_alert.dart; deleted yat_webview_page.dart and yat_view_model.dart; applied localization of Yat to the app

This commit is contained in:
OleksandrSobol 2021-09-16 12:43:43 +03:00
parent 455efeb91f
commit cdddc12c81
24 changed files with 146 additions and 262 deletions

View file

@ -57,5 +57,4 @@ class Routes {
static const buyWebView = '/buy_web_view';
static const unspentCoinsList = '/unspent_coins_list';
static const unspentCoinsDetails = '/unspent_coins_details';
static const yat = '/yat';
}