|
|
|
@ -61,7 +61,6 @@ import 'package:hmg_patient_app_new/features/water_monitor/water_monitor_repo.da
|
|
|
|
import 'package:hmg_patient_app_new/features/water_monitor/water_monitor_view_model.dart';
|
|
|
|
import 'package:hmg_patient_app_new/features/water_monitor/water_monitor_view_model.dart';
|
|
|
|
import 'package:hmg_patient_app_new/presentation/health_trackers/health_trackers_view_model.dart';
|
|
|
|
import 'package:hmg_patient_app_new/presentation/health_trackers/health_trackers_view_model.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/analytics/analytics_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/analytics/analytics_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/presentation/monthly_reports/monthly_reports_page.dart';
|
|
|
|
|
|
|
|
import 'package:hmg_patient_app_new/services/cache_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/cache_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/dialog_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/dialog_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/error_handler_service.dart';
|
|
|
|
import 'package:hmg_patient_app_new/services/error_handler_service.dart';
|
|
|
|
@ -299,13 +298,13 @@ class AppDependencies {
|
|
|
|
activePrescriptionsRepo: getIt()
|
|
|
|
activePrescriptionsRepo: getIt()
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
// getIt.registerFactory<QrParkingViewModel>(
|
|
|
|
getIt.registerFactory<QrParkingViewModel>(
|
|
|
|
// () => QrParkingViewModel(
|
|
|
|
() => QrParkingViewModel(
|
|
|
|
// qrParkingRepo: getIt<QrParkingRepo>(),
|
|
|
|
qrParkingRepo: getIt<QrParkingRepo>(),
|
|
|
|
// errorHandlerService: getIt<ErrorHandlerService>(),
|
|
|
|
errorHandlerService: getIt<ErrorHandlerService>(),
|
|
|
|
// cacheService: getIt<CacheService>(),
|
|
|
|
cacheService: getIt<CacheService>(),
|
|
|
|
// ),
|
|
|
|
),
|
|
|
|
// );
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|