feat : location details
This commit is contained in:
@@ -3,6 +3,7 @@ import 'package:rasadyar_app/presentation/pages/auth/auth_with_use_and_pass/logi
|
||||
import 'package:rasadyar_app/presentation/pages/auth/auth_with_use_and_pass/view.dart';
|
||||
import 'package:rasadyar_app/presentation/pages/splash/logic.dart';
|
||||
import 'package:rasadyar_app/presentation/pages/splash/view.dart';
|
||||
import 'package:rasadyar_app/presentation/pages/system_design/system_design.dart';
|
||||
import 'package:supervision/supervision.dart';
|
||||
|
||||
part 'app_paths.dart';
|
||||
@@ -11,8 +12,10 @@ sealed class AppPages {
|
||||
AppPages._();
|
||||
|
||||
static const String initRoutes = AppPaths.splash;
|
||||
static const String initDesignSystem = AppPaths.systemDesignPage;
|
||||
|
||||
static List<GetPage> pages = [
|
||||
GetPage(name: AppPaths.systemDesignPage, page: () => SystemDesignPage()),
|
||||
GetPage(
|
||||
name: AppPaths.splash,
|
||||
page: () => SplashPage(),
|
||||
|
||||
@@ -6,4 +6,5 @@ sealed class AppPaths {
|
||||
static const String splash = '/splash';
|
||||
static const String authWithUserAndPass = '/authWithUserAndPass';
|
||||
static const String authWithOtp = '/authWithOtp';
|
||||
static const String systemDesignPage = '/systemDesignPage';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user