core/feature_flag_store library
Classes
- FeatureFlag
- A single runtime-toggleable value, registered by the host app and flipped from the Flags tab without a rebuild.
- FeatureFlagStore
- Registry of feature flags the host app has registered, backing the Flags tab.
Enums
- FeatureFlagType
- How a FeatureFlag's value should be presented and edited in the Flags tab.