Skip to content

Commit

Permalink
Add userExperienceIterationTwo feature flag utility
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hunteraraujo committed Sep 26, 2023
1 parent 075529d commit bec2075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/lib/utils/feature_flags.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class FeatureFlags {
static const bool userExperienceIterationTwoEnabled = false;
}

0 comments on commit bec2075

Please sign in to comment.