CAKE-279 | renamed WebViewPage on WyrePage; applied spinner to Buy button on dashboard_page.dart

This commit is contained in:
OleksandrSobol 2021-03-18 20:36:58 +02:00
parent e77cf89651
commit b20246ad89
6 changed files with 55 additions and 33 deletions

View file

@ -53,5 +53,5 @@ class Routes {
static const restoreFromBackup = '/restore_from_backup';
static const support = '/support';
static const orderDetails = '/order_details';
static const webView = '/web_view';
static const wyre = '/wyre';
}