|
|
|
|
@ -18,6 +18,7 @@ import 'package:hmg_patient_app_new/presentation/home/app_update_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/home/navigation_screen.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/home_health_care/hhc_procedures_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/medical_file/medical_file_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/my_family/my_family.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/servicesPriceList/services_price_list_page.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/smartwatches/huawei_health_example.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/presentation/smartwatches/smartwatch_home_page.dart';
|
|
|
|
|
@ -99,6 +100,9 @@ class AppRoutes {
|
|
|
|
|
// Weather
|
|
|
|
|
static const String weatherDetailsPage = '/weatherDetailsPage';
|
|
|
|
|
|
|
|
|
|
// Weather
|
|
|
|
|
static const String familyFilesPage = '/familyFilesPage';
|
|
|
|
|
|
|
|
|
|
static Map<String, WidgetBuilder> get routes => {
|
|
|
|
|
initialRoute: (context) => SplashPage(),
|
|
|
|
|
loginScreen: (context) => LoginScreen(),
|
|
|
|
|
@ -136,6 +140,7 @@ class AppRoutes {
|
|
|
|
|
emergencyServicesPage: (context) => EmergencyServicesPage(),
|
|
|
|
|
servicesPriceListPage: (context) => ServicesPriceListPage(),
|
|
|
|
|
weatherDetailsPage: (context) => WeatherDetailsPage(),
|
|
|
|
|
familyFilesPage: (context) => FamilyMedicalScreen(),
|
|
|
|
|
addHealthTrackerEntryPage: (context) {
|
|
|
|
|
final args = ModalRoute.of(context)?.settings.arguments as HealthTrackerTypeEnum?;
|
|
|
|
|
return AddHealthTrackerEntryPage(
|
|
|
|
|
|