|
|
|
@ -37,7 +37,7 @@ import 'package:test_sa/modules/internal_audit_module/pages/system_internal_audi
|
|
|
|
import 'package:test_sa/modules/internal_audit_module/provider/internal_audit_finding_type_provider.dart';
|
|
|
|
import 'package:test_sa/modules/internal_audit_module/provider/internal_audit_finding_type_provider.dart';
|
|
|
|
import 'package:test_sa/modules/internal_audit_module/provider/internal_audit_provider.dart';
|
|
|
|
import 'package:test_sa/modules/internal_audit_module/provider/internal_audit_provider.dart';
|
|
|
|
import 'package:test_sa/modules/internal_audit_module/provider/internal_audit_wo_type_provider.dart';
|
|
|
|
import 'package:test_sa/modules/internal_audit_module/provider/internal_audit_wo_type_provider.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/pages/create_loan_request_view.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/pages/create_loan_request_page.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/provider/loan_period_provider.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/provider/loan_period_provider.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/provider/loan_provider.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/provider/loan_provider.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/provider/medical_department_provider.dart';
|
|
|
|
import 'package:test_sa/modules/loan_module/provider/medical_department_provider.dart';
|
|
|
|
@ -382,7 +382,7 @@ class MyApp extends StatelessWidget {
|
|
|
|
CreateSystemInternalAuditForm.id: (_) => const CreateSystemInternalAuditForm(),
|
|
|
|
CreateSystemInternalAuditForm.id: (_) => const CreateSystemInternalAuditForm(),
|
|
|
|
UpdateEquipmentInternalAuditPage.id: (_) => UpdateEquipmentInternalAuditPage(),
|
|
|
|
UpdateEquipmentInternalAuditPage.id: (_) => UpdateEquipmentInternalAuditPage(),
|
|
|
|
UpdateSystemInternalAuditPage.id: (_) => UpdateSystemInternalAuditPage(),
|
|
|
|
UpdateSystemInternalAuditPage.id: (_) => UpdateSystemInternalAuditPage(),
|
|
|
|
CreateLoanRequestView.id: (_) => CreateLoanRequestView(),
|
|
|
|
CreateLoanRequestPage.id: (_) => CreateLoanRequestPage(),
|
|
|
|
// SwipeSuccessView.routeName: (_) => const SwipeSuccessView(),
|
|
|
|
// SwipeSuccessView.routeName: (_) => const SwipeSuccessView(),
|
|
|
|
// SwipeHistoryView.routeName: (_) => const SwipeHistoryView(),
|
|
|
|
// SwipeHistoryView.routeName: (_) => const SwipeHistoryView(),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|