data/network/network_configuration library

Classes

DevModeConfig
Development (Supabase) Configuration
HTTPServiceConfig
HTTP Service Configuration
NetworkConfig
Network configuration options for SDK initialization
SupabaseNetworkConfig
Supabase network configuration

Enums

SDKEnvironment
SDK Environment mode - determines how data is handled

Functions

createNetworkConfig({required String apiKey, String? baseURL, String? environmentStr, SDKEnvironment? environment, String? supabaseURL, String? supabaseKey, int? timeoutMs}) NetworkConfig
Create network configuration from SDK init options
getEnvironmentName(SDKEnvironment env) String
Get environment name string
isDevelopment(SDKEnvironment env) bool
Check if environment is development
isProduction(SDKEnvironment env) bool
Check if environment is production
isStaging(SDKEnvironment env) bool
Check if environment is staging