Update: 2026-05-06 17:10:14
This commit is contained in:
@@ -5,6 +5,7 @@ import '../../features/auth/views/otp_verify_view.dart';
|
||||
import '../../features/auth/views/biometric_setup_view.dart';
|
||||
import '../../features/auth/views/biometric_auth_view.dart';
|
||||
import '../../features/dashboard/views/dashboard_view.dart';
|
||||
import '../../features/dashboard/controllers/dashboard_controller.dart';
|
||||
import '../../features/scanner/views/scanner_view.dart';
|
||||
import '../../features/scanner/controllers/scanner_controller.dart';
|
||||
import '../../core/storage/secure_storage.dart';
|
||||
@@ -61,7 +62,10 @@ class AppPages {
|
||||
),
|
||||
GetPage(
|
||||
name: AppRoutes.DASHBOARD,
|
||||
page: () => DashboardView(),
|
||||
page: () => const DashboardView(),
|
||||
binding: BindingsBuilder(() {
|
||||
Get.put(DashboardController());
|
||||
}),
|
||||
),
|
||||
GetPage(
|
||||
name: AppRoutes.SCANNER,
|
||||
|
||||
Reference in New Issue
Block a user