mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
7751a46c4d
Conflicts: .gitignore cw_bitcoin/pubspec.lock cw_core/lib/hive_type_ids.dart cw_core/lib/wallet_info.dart cw_core/pubspec.lock cw_ethereum/lib/ethereum_wallet_service.dart cw_monero/example/pubspec.lock cw_monero/lib/monero_wallet.dart cw_monero/lib/monero_wallet_service.dart cw_monero/pubspec.lock lib/di.dart lib/entities/default_settings_migration.dart lib/main.dart lib/src/screens/contact/contact_list_page.dart lib/src/screens/dashboard/desktop_widgets/desktop_action_button.dart lib/src/screens/dashboard/desktop_widgets/desktop_wallet_selection_dropdown.dart lib/src/screens/dashboard/widgets/address_page.dart lib/src/screens/dashboard/widgets/balance_page.dart lib/src/screens/exchange/exchange_page.dart lib/src/screens/receive/anonpay_invoice_page.dart lib/src/screens/restore/restore_wallet_from_seed_details.dart lib/src/screens/restore/wallet_restore_from_keys_form.dart lib/src/screens/restore/wallet_restore_page.dart lib/src/screens/restore/widgets/restore_button.dart lib/src/screens/settings/display_settings_page.dart lib/src/screens/settings/manage_nodes_page.dart lib/src/screens/settings/widgets/settings_cell_with_arrow.dart lib/src/screens/wallet_list/wallet_list_page.dart lib/src/widgets/search_bar_widget.dart lib/src/widgets/seed_widget.dart lib/store/settings_store.dart lib/themes/extensions/picker_theme.dart lib/themes/high_contrast_theme.dart lib/themes/theme_base.dart pubspec_base.yaml res/values/strings_ar.arb res/values/strings_bg.arb res/values/strings_cs.arb res/values/strings_de.arb res/values/strings_en.arb res/values/strings_es.arb res/values/strings_fr.arb res/values/strings_ha.arb res/values/strings_hi.arb res/values/strings_hr.arb res/values/strings_id.arb res/values/strings_it.arb res/values/strings_ja.arb res/values/strings_ko.arb res/values/strings_my.arb res/values/strings_nl.arb res/values/strings_pl.arb res/values/strings_pt.arb res/values/strings_ru.arb res/values/strings_th.arb res/values/strings_tr.arb res/values/strings_uk.arb res/values/strings_ur.arb res/values/strings_yo.arb res/values/strings_zh.arb tool/append_translation.dart tool/configure.dart
96 lines
4.8 KiB
Dart
96 lines
4.8 KiB
Dart
class Routes {
|
|
static const welcome = '/welcome';
|
|
static const newWallet = '/new_wallet';
|
|
static const setupPin = '/setup_pin_code';
|
|
static const newWalletFromWelcome = '/new_wallet_from_welcome';
|
|
static const seed = '/seed';
|
|
static const restoreOptions = '/restore_options';
|
|
static const restoreWalletFromSeedKeys = '/restore_wallet_from_seeds_keys';
|
|
static const dashboard = '/dashboard';
|
|
static const send = '/send';
|
|
static const transactionDetails = '/transaction_info';
|
|
static const receive = '/receive';
|
|
static const newSubaddress = '/new_subaddress';
|
|
static const walletEdit = '/walletEdit';
|
|
static const disclaimer = '/disclaimer';
|
|
static const readDisclaimer = '/read_disclaimer';
|
|
static const seedLanguage = '/seed_language';
|
|
static const walletList = '/view_model.wallet_list';
|
|
static const auth = '/auth';
|
|
static const newNode = '/new_node_list';
|
|
static const login = '/login';
|
|
static const splash = '/splash';
|
|
static const accountCreation = '/account_new';
|
|
static const addressBook = '/address_book';
|
|
static const pickerAddressBook = '/picker_address_book';
|
|
static const addressBookAddContact = '/address_book_add_contact';
|
|
static const showKeys = '/show_keys';
|
|
static const exchangeConfirm = '/exchange_confirm';
|
|
static const tradeHistory = '/trade_history';
|
|
static const tradeDetails = '/trade_details';
|
|
static const exchangeFunds = '/exchange_funds';
|
|
static const exchangeTrade = '/exchange_trade';
|
|
static const exchange = '/exchange';
|
|
static const settings = '/settings';
|
|
static const desktop_settings_page = '/desktop_settings_page';
|
|
static const empty_no_route = '/empty_no_route';
|
|
static const unlock = '/auth_not_closable';
|
|
static const rescan = '/rescan';
|
|
static const faq = '/faq';
|
|
static const newWalletType = '/new_wallet_type';
|
|
static const sendTemplate = '/send_template';
|
|
static const exchangeTemplate = '/exchange_template';
|
|
static const restoreWalletType = '/restore_wallet_type';
|
|
static const restoreWallet = '/restore_wallet';
|
|
static const preSeed = '/pre_seed';
|
|
static const backup = '/backup';
|
|
static const editBackupPassword = '/edit_backup_passowrd';
|
|
static const restoreFromBackup = '/restore_from_backup';
|
|
static const support = '/support';
|
|
static const orderDetails = '/order_details';
|
|
static const preOrder = '/pre_order';
|
|
static const buyWebView = '/buy_web_view';
|
|
static const unspentCoinsList = '/unspent_coins_list';
|
|
static const unspentCoinsDetails = '/unspent_coins_details';
|
|
static const addressPage = '/address_page';
|
|
static const fullscreenQR = '/fullscreen_qr';
|
|
static const ioniaWelcomePage = '/cake_pay_welcome_page';
|
|
static const ioniaCreateAccountPage = '/cake_pay_create_account_page';
|
|
static const ioniaLoginPage = '/cake_pay_login_page';
|
|
static const ioniaManageCardsPage = '/manage_cards_page';
|
|
static const ioniaBuyGiftCardPage = '/buy_gift_card_page';
|
|
static const ioniaBuyGiftCardDetailPage = '/buy_gift_card_detail_page';
|
|
static const ioniaVerifyIoniaOtpPage = '/cake_pay_verify_otp_page';
|
|
static const ioniaDebitCardPage = '/debit_card_page';
|
|
static const ioniaActivateDebitCardPage = '/activate_debit_card_page';
|
|
static const ioniaAccountPage = 'ionia_account_page';
|
|
static const ioniaAccountCardsPage = 'ionia_account_cards_page';
|
|
static const ioniaCustomTipPage = 'ionia_custom_tip_page';
|
|
static const ioniaGiftCardDetailPage = '/ionia_gift_card_detail_page';
|
|
static const ioniaPaymentStatusPage = '/ionia_payment_status_page';
|
|
static const ioniaMoreOptionsPage = '/ionia_more_options_page';
|
|
static const ioniaCustomRedeemPage = '/ionia_custom_redeem_page';
|
|
static const webViewPage = '/web_view_page';
|
|
static const connectionSync = '/connection_sync_page';
|
|
static const securityBackupPage = '/security_and_backup_page';
|
|
static const privacyPage = '/privacy_page';
|
|
static const displaySettingsPage = '/display_settings_page';
|
|
static const otherSettingsPage = '/other_settings_page';
|
|
static const advancedPrivacySettings = '/advanced_privacy_settings';
|
|
static const sweepingWalletPage = '/sweeping_wallet_page';
|
|
static const walletPasswordUnlock = '/wallet_password_unlock';
|
|
static const walletUnlockLoadable = '/wallet_unlock_loadable';
|
|
static const anonPayInvoicePage = '/anon_pay_invoice_page';
|
|
static const anonPayReceivePage = '/anon_pay_receive_page';
|
|
static const anonPayDetailsPage = '/anon_pay_details_page';
|
|
static const payfuraPage = '/pay_fura_page';
|
|
static const desktop_actions = '/desktop_actions';
|
|
static const transactionsPage = '/transactions_page';
|
|
static const setup_2faPage = '/setup_2fa_page';
|
|
static const setup_2faQRPage = '/setup_2fa_qr_page';
|
|
static const totpAuthCodePage = '/totp_auth_code_page';
|
|
static const modify2FAPage = '/modify_2fa_page';
|
|
static const homeSettings = '/home_settings';
|
|
static const editToken = '/edit_token';
|
|
static const manageNodes = '/manage_nodes';
|
|
}
|