env library
Jetleaf Environment sub-library
This sub-library provides environment abstractions used by the
jetleaf_web package.
Importing package:jetleaf_web/env.dart exposes types for
representing and accessing the runtime environment, including the
standard web environment configuration.
These utilities help applications and framework components adapt behavior based on environment settings.
Classes
- ConfigurableWebEnvironment
- A web-specific environment that allows dynamic configuration and management of environment properties.
- StandardWebEnvironment
-
A standard implementation of ConfigurableWebEnvironment that uses
ApplicationEnvironmentas its base. - WebEnvironment
- Represents a web-specific environment abstraction for accessing environment properties, system variables, and configuration values relevant to web applications.
- WebEnvironmentPropertySource
-
A specialized
MapPropertySourcethat provides default configuration properties for a web environment.