api intigreted of scan Qr and recent scan histoy ,scan history,scan history details

This commit is contained in:
Raj.Ghag
2026-04-17 15:55:54 +05:30
parent f301585948
commit 94cd74a135
60 changed files with 3678 additions and 1119 deletions

View File

@@ -61,9 +61,10 @@ class AppRouter {
case splashScreen:
return MaterialPageRoute(builder: (_) => const SplashScreen());
case scanHistoryDetailPage:
final passId = settings.arguments as int? ?? 0;
return MaterialPageRoute(
builder: (_) => const ScanHistoryDetailPage(
passId: 'P214125125',
builder: (_) => ScanHistoryDetailPage(
passId: passId,
));
case selectedTimeSlotPage:
return MaterialPageRoute(builder: (_) => const SelectedTimeSlotPage());