AppProperties class

Constructors

AppProperties()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

appProperties ↔ dynamic
getter/setter pair

Static Methods

createWooProductFlag() bool
Flag to enable automatic WooCommerce product creation when uploading releases
getAppBotName() String
getAppCoinName() String
getAppCoinValue() String
getAppLogoUrl() String
getAppName() String
getAppSourceDomain(AppInUse appInUse) String
Get the web domain for a source app (e.g. "cyberneom.xyz", "gigmeout.com"). Used by promo cards to build web URLs for content viewing.
getAppSourceName(AppInUse appInUse) String
Returns the display name for a given AppInUse source. Reads from the appSourceNames map in properties/config. Falls back to the enum letter uppercased if not found.
getAppSourceUrl(AppInUse appInUse) String
getAppStoreUrl() String
getBlogUrl() String
getBuyMeACoffeeURL() String
getCcoName() String
getCeoName() String
getClipName() String
getConsultancyUrl() String
getCooName() String
getCopyrightUrl() String
getCoverDesignUrl() String
getCrowdfundingUrl() String
getDeeplinkUrl() Map<String, dynamic>
getDevGithub() String
getDevLinkedIn() String
getDigitalPositioningUrl() String
getECommerceUrl() String
getEmail() String
getFirebaseProjectId() String
getGeneralSubscriptionName() String
getHubName() String
getInitialPrice() String
getInstagram() String
getIsbnProcedureUrl() String
getJammingDefaultImgUrl() String
getLandingPageUrl() String
getLinksUrl() String
getMainWhatsGroupUrl() String
getMediatourUrl() String
getNoImageUrl() String
DEPRECATED It's better to show the appLogo than a "Image not found" for the user
getNotificationChannelId() String
getNotificationChannelName() String
getNotificationIcon() String
getOnlineClinicUrl() String
getOnlineInterviewUrl() String
getPaymentGatewayBaseURL() String
getPlayStoreUrl() String
getPresskitUrl() String
getPrivacyPolicyUrl() String
getSaiaName() String
getSecondaryWhatsGroupUrl() String
getSiteUrl() String
getSplashSubtitle() String
getStartCampaignUrl() String
getStorageServerName() String
getSubscriptionPlansUrl() String
getSubscriptionPrice() Price
getTermsOfServiceUrl() String
getWebContact() String
getWhatsappBusinessNumber() String
getWhatsappUrl() String
getWooCaseteProdutId() String
getWooDigitalItemCategory() String
getWooMainCategoryId() String
getWooNupaleProdutId() String
getWooPhysicalItemCategory() String
getWooSecondaryCategoryId() String
getWooStreamingCategory() String
getWooSubscriptionItemCategory() String
getWooUrl() String
getWordpressUrl() String
mediaToWordpressFlag() bool
readProperties() Future<void>
Loads app configuration. On web, fetches from Cloud Functions (secureOpsWeb) so that secrets never reach the client. On mobile, falls back to the local asset file for offline support.