Files
MoneyMgr/moneymgr_mobile/lib/services/router/routes_list.dart
Pierre HUBERT a4b630c66e
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add document scanner
2025-07-08 23:19:28 +02:00

20 lines
367 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";
/// Scan URL path
const scanPage = "/scan";
/// Profile path
const profilePage = "/profile";