class Env { static const String apiBaseUrl = String.fromEnvironment( 'API_BASE_URL', defaultValue: 'http://localhost:3000', ); // Add more environment variables as needed }