switchkeys 1.0.6
switchkeys: ^1.0.6 copied to clipboard
Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease.
SwitchKeys Changelog #
1.0.6 #
Features #
- Added a new feature to create three different environments when creating a new project:
- Development
- Staging
- Production
Usage #
Now, when creating a new project, you can access the environment keys based on their names. For example:
print("Project 1 development environment key: ${project.environments.development.environmentKey}.");