elCaribe app - customization and branding

This commit is contained in:
2025-12-12 19:09:42 -04:00
parent 9e5d0d8ebf
commit ba7deac9f3
402 changed files with 31833 additions and 0 deletions

View File

@@ -0,0 +1,165 @@
const String ID = "id";
const String DATA = "data";
const String NAME = "name";
const String EMAIL = "email";
const String TYPE = "type";
const String URL = "url";
const String STATUS = "status";
const String FCM_ID = "fcm_id";
const String PROFILE = "profile";
const String ROLE = "role";
const String MOBILE = "mobile";
const String FIREBASE_ID = "firebase_id";
const String CATEGORY_ID = "category_id";
const String CONTENT_TYPE = "content_type";
const String SHOW_TILL = "show_till";
const String CONTENT_VALUE = "content_value";
const String DATE = "date";
const String TITLE = "title";
const String DESCRIPTION = "description";
const String IMAGE = "image";
const String CATEGORY_NAME = "category_name";
const String NEWS_ID = "news_id";
const String BR_NEWS_ID = "breaking_news_id";
const String USER_ID = "user_id";
const String USER = "user";
const String OFFSET = "offset";
const String LIMIT = "limit";
const String USER_NEWS = "get_user_news";
const String MESSAGE = "message";
const String COUNTER = "counter";
const String DATE_SENT = "date_sent";
const String OTHER_IMAGE = "other_image";
const String IMAGES = "images";
const String IMAGE_DATA = "image_data";
const String COMMENT_ID = "comment_id";
const String TOTAL_LIKE = "total_like";
const String LIKE = "like";
const String BOOKMARK = "bookmark";
const String SUBCAT_NAME = "subcategory_name";
const String SUBCAT_ID = "subcategory_id";
const String DISLIKE = "dislike";
const String TOTAL_DISLIKE = "total_dislike";
const String PARENT_ID = "parent_id";
const String REPLY = "reply";
const String SEARCH = "search";
const String TAGNAME = "tag_name";
const String CATEGORY = "category";
const String SUBCATEGORY = "sub_category";
const String SUBCATEGORIES = "sub_categories";
const String TAG_ID = "tag_id";
const String TAG = "tag_name";
const String QUESTION = "question";
const String QUESTION_ID = "question_id";
const String OPTION_ID = "option_id";
const String OPTION = "survey_options";
const String OPTIONS = "options";
const String PERCENTAGE = "percentage";
const String CATEGORY_MODE = "category_mode";
const String BREAK_NEWS_MODE = "breaking_news_mode";
const String COMM_MODE = "comments_mode";
const String LIVE_STREAM_MODE = "live_streaming_mode";
const String SUBCAT_MODE = "subcategory_mode";
const String GO_REWARDED_ID = "google_rewarded_video_id";
const String GO_INTER_ID = "google_interstitial_id";
const String GO_BANNER_ID = "google_banner_id";
const String GO_NATIVE_ID = "google_native_unit_id";
const String IOS_GO_REWARDED_ID = "ios_google_rewarded_video_id";
const String IOS_GO_INTER_ID = "ios_google_interstitial_id";
const String IOS_GO_BANNER_ID = "ios_google_banner_id";
const String IOS_GO_NATIVE_ID = "ios_google_native_unit_id";
const String U_REWARDED_ID = "unity_rewarded_video_id";
const String U_INTER_ID = "unity_interstitial_id";
const String U_BANNER_ID = "unity_banner_id";
const String U_AND_GAME_ID = "android_game_id";
const String IOS_U_REWARDED_ID = "ios_unity_rewarded_video_id";
const String IOS_U_INTER_ID = "ios_unity_interstitial_id";
const String IOS_U_BANNER_ID = "ios_unity_banner_id";
const String IOS_U_GAME_ID = "ios_game_id";
const String ADS_MODE = "in_app_ads_mode";
const String IOS_ADS_MODE = "ios_in_app_ads_mode";
const String ADS_TYPE = "ads_type";
const String IOS_ADS_TYPE = "ios_ads_type";
const String LOCATION_WISE_NEWS_MODE = "location_news_mode";
const String WEATHER_MODE = "weather_mode";
const String MAINTENANCE_MODE = "maintenance_mode";
const String LOCATION = "location";
const String LOCATION_ID = "location_id";
const String LOCATION_NAME = "location_name";
const String LATITUDE = "latitude";
const String LONGITUDE = "longitude";
const String TOKEN = "token";
const String LANGUAGE = "language";
const String CODE = "code";
const String DEFAULT_LANG = "default_language";
const String PAGE_CONTENT = "page_content";
const String ISRTL = "isRTL";
const String LANGUAGE_ID = "language_id";
const String SECTION_ID = "section_id";
const String PAGE_ICON = "page_icon";
const String NEWS = "news";
const String BREAKING_NEWS = "breaking_news";
const String VIDEOS = "videos";
const String SHORT_DESC = "short_description";
const String NEWS_TYPE = "news_type";
const String VIDEOS_TYPE = "videos_type";
const String FILTER_TYPE = "filter_type";
const String CAT_IDS = "category_ids";
const String SUBCAT_IDS = "subcategory_ids";
const String NEWS_IDS = "news_ids";
const String STYLE_APP = "style_app";
const String NEWS_TOTAL = "news_total";
const String TOTAL = "total";
const String BREAK_NEWS_TOTAL = "breaking_news_total";
const String VIDEOS_TOTAL = "videos_total";
const String IS_LOGIN = "is_login";
const String TOTAL_VIEWS = "total_views";
const String DISPLAY_NAME_LANG = "display_name";
const String AD_SPACES = "ad_spaces";
const String AD_SPACE = "ad_space";
const String AD_FEATURED_SECTION_ID = "ad_featured_section_id";
const String AD_IMAGE = "ad_image";
const String AD_URL = "ad_url";
const String ACTION_TYPE = "action_type";
const String CONTENT_DATA = "content_data";
const String META_TITLE = "meta_title";
const String META_DESC = "meta_description";
const String META_KEYWORD = "meta_keyword";
const String SLUG = "slug";
const String ERROR = "error";
const String PUBLISHED_DATE = "published_date";
const String IS_EXPIRED = "is_expired";
const String FEED_NAME = "feed_name";
const String FEED_URL = "feed_url";
const String RSS_FEED_MODE = "rss_feed_mode";
const String MOBILE_LOGIN_MODE = "mobile_login_mode";
const String COUNTRY_CODE = "country_code";
const String SHARE_APP_TEXT = "shareapp_text";
const String APPSTORE_ID = "app_store_id";
const String ANDROID_APP_LINK = "android_app_link";
const String IOS_APP_LINK = "ios_app_link";
const String WEB_SETTING = "web_setting";
const String MERGE_TAG = "merge_tag";
const String IS_COMMENT_ENABLED = "is_comment";
const String LAST_N_DAYS = "last_n_days";
const String YEAR = "year";
const String VIDEO_TYPE_PREFERENCE = "video_type_preference";
const String SOURCE_TYPE = "source_type";
const String SECTION_OFFSET = "section_offset";
const String SECTION_LIMIT = "section_limit";
const String UPDATED_DATE = "updated_at";
const String FORCE_UPDT_APP_MODE = 'force_update_app_mode';
const String ANDROID_APP_VERSION = 'android_app_version';
const String IOS_APP_VERSION = 'ios_app_version';
const String SUMM_DESCRIPTION = 'summarized_description';
const String GEMINI_API_KEY = 'google_gemini_api_key';
const String IS_DRAFT_KEY = 'is_draft';
const String IS_AUTHOR = 'is_author';
const String AUTHOR = 'author';
const String AUTHOR_BIO = 'bio';
const String AUTHOR_STATUS = "author_status";
const String AUTHOR_WHATSAPP_LINK = 'whatsapp_link';
const String AUTHOR_TELEGRAM_LINK = 'telegram_link';
const String AUTHOR_FACEBOOK_LINK = 'facebook_link';
const String AUTHOR_LINKEDIN_LINK = 'linkedin_link';
const String AUTHOR_ID = "author_id";