Files
MoneyMgr/moneymgr_mobile/lib/services/router/routes_list.dart

17 lines
321 B
Dart

/// Base home page
const homePage = "/";
/// Authentication path
const authPage = "/login";
/// Qr Code authentication
const qrAuthPath = "/login/qr";
/// Manual authentication
const manualAuthPage = "/login/manual";
/// Settings path
const settingsPage = "/settings";
// Profile path
const profilePage = "/profile";