|
|
|
@ -1,8 +1,8 @@
|
|
|
|
const MAX_SMALL_SCREEN = 660;
|
|
|
|
|
|
|
|
import 'package:diplomaticquarterapp/models/Request.dart';
|
|
|
|
import 'package:diplomaticquarterapp/models/Request.dart';
|
|
|
|
import 'package:diplomaticquarterapp/uitl/app_shared_preferences.dart';
|
|
|
|
import 'package:diplomaticquarterapp/uitl/app_shared_preferences.dart';
|
|
|
|
import 'dart:io';
|
|
|
|
import 'dart:io';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const MAX_SMALL_SCREEN = 660;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -18,7 +18,8 @@ const GET_CLINICS_LIST_URL = "Services/lists.svc/REST/GetClinicCentralized";
|
|
|
|
|
|
|
|
|
|
|
|
//URL to get doctors list
|
|
|
|
//URL to get doctors list
|
|
|
|
const GET_DOCTORS_LIST_URL = "Services/Doctors.svc/REST/SearchDoctorsByTime";
|
|
|
|
const GET_DOCTORS_LIST_URL = "Services/Doctors.svc/REST/SearchDoctorsByTime";
|
|
|
|
|
|
|
|
const GET_PHARMCY_ITEMS = "/Lists.svc/REST/GetPharmcyItems_Region";
|
|
|
|
|
|
|
|
const GET_PHARMACY_LIST = "/Patients.svc/REST/GetPharmcyList";
|
|
|
|
class AppGlobal {
|
|
|
|
class AppGlobal {
|
|
|
|
static var context;
|
|
|
|
static var context;
|
|
|
|
AppSharedPreferences sharedPref = AppSharedPreferences();
|
|
|
|
AppSharedPreferences sharedPref = AppSharedPreferences();
|
|
|
|
|