mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01:00
Add userExperienceIterationTwo feature flag utility
Added a FeatureFlags utility class to manage feature toggling within the application. This initial commit introduces a flag for the userExperienceIterationTwo feature, allowing for controlled testing and phased rollout as development progresses. The flag can be manually adjusted as needed.
This commit is contained in:
3
frontend/lib/utils/feature_flags.dart
Normal file
3
frontend/lib/utils/feature_flags.dart
Normal file
@@ -0,0 +1,3 @@
|
||||
class FeatureFlags {
|
||||
static const bool userExperienceIterationTwoEnabled = false;
|
||||
}
|
||||
Reference in New Issue
Block a user