class ConstCommon { static int kExpiredTime = 518400000; //6* 24 * 60 * 60 * 1000; 6days static int kFileSize = 1000000; //1M = 1000.000 bytes static int kMaxAgeCache = 7; // 7days static const String baseUrl = "https://smartfarm.aztrace.vn"; static const String baseImageUrl = "https://smartfarm.aztrace.vn/upload/"; static RegExp regExpDecimal = RegExp("[0-9.]"); static const String supplyTypeSeed = "GIONG"; static const String supplyTypeDung = "PHANBON"; static const String supplyTypeSubStrate = "GIATHE"; static const String supplyTypeProtectPlant = "THUOCBVTV"; static const String supplyTypeAll = "ALL"; //Environment Update static const String apiDetailEnvUpdate = "api/activity-environment-update"; static const String paramsActionEnvUpdate = "activityEnv"; static const String apiUpdateEnvUpdate = "api/updateEnv"; static const String apiAddEnvUpdate = "api/createEnv"; } enum CRUDStatus { unknown, add, edit, delete } enum LocationType { country, province, district, ward }