|
|
|
|
@ -11,9 +11,6 @@ import 'package:hmg_patient_app_new/core/app_state.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/dependencies.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/utils/utils.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/active_prescriptions/active_prescriptions_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/paytabs/paytabs_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/weather/weather_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/theme/colors.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/ask_doctor/ask_doctor_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/authentication/authentication_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/blood_donation/blood_donation_view_model.dart';
|
|
|
|
|
@ -38,6 +35,7 @@ import 'package:hmg_patient_app_new/features/my_invoices/my_invoices_view_model.
|
|
|
|
|
import 'package:hmg_patient_app_new/features/notifications/notifications_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/offers_and_discounts/offers_and_discounts_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/payfort/payfort_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/paytabs/paytabs_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/prescriptions/prescriptions_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/profile_picture/profile_picture_view_model.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/profile_settings/profile_settings_view_model.dart';
|
|
|
|
|
@ -261,7 +259,6 @@ void main() async {
|
|
|
|
|
ChangeNotifierProvider<ServicesPriceListViewModel>(
|
|
|
|
|
create: (_) => getIt.get<ServicesPriceListViewModel>(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
ChangeNotifierProvider<OffersAndDiscountsViewModel>(
|
|
|
|
|
create: (_) => getIt.get<OffersAndDiscountsViewModel>(),
|
|
|
|
|
),
|
|
|
|
|
@ -270,7 +267,8 @@ void main() async {
|
|
|
|
|
),
|
|
|
|
|
ChangeNotifierProvider<DateRangCalenderModel>(
|
|
|
|
|
create: (_) => getIt.get<DateRangCalenderModel>(),
|
|
|
|
|
), ChangeNotifierProvider<PayTabsViewModel>(
|
|
|
|
|
),
|
|
|
|
|
ChangeNotifierProvider<PayTabsViewModel>(
|
|
|
|
|
create: (_) => getIt.get<PayTabsViewModel>(),
|
|
|
|
|
),
|
|
|
|
|
ChangeNotifierProvider<RefundRequestViewModel>(
|
|
|
|
|
|