repositories/feature_flag_repository library
Classes
- FeatureFlag
- A model representing a feature flag with its state and source information.
- FeatureFlagRepository
- Manages the lifecycle, storage, and retrieval of feature flags.
Enums
- FeatureFlagSource
- Defines the origin of a feature flag value.
Properties
-
featureFlagRepositoryProvider
→ Provider<
FeatureFlagRepository> -
Provides the FeatureFlagRepository instance.
final