switchkeys 1.1.3 copy "switchkeys: ^1.1.3" to clipboard
switchkeys: ^1.1.3 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.1.3 #

What's Changed (1.1.3) #

Full Changelog: https://github.com/Mahmoud-Emad/Switchkeys/compare/v1.0.3...v1.0.4

1.1.0 #

What's Changed (1.1.0) #

Full Changelog: https://github.com/Mahmoud-Emad/Switchkeys/compare/v1.0.1...v1.0.2

1.0.8 #

What's Changed (1.0.8) #

  • Updated the request/response of adding/getting user features
  • Commented un-needed caller for now
  • Added missing fields in the backend
  • Fixed the README.md with the newly added changes
  • Fixed the dart example
  • Removed dead-code
  • Added print, to print the result coming from the server

1.0.8 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}.");

1.0.6 #

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}.");
1
likes
0
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

Streamline feature flag management. Effortlessly toggle features for A/B testing, phased rollouts & rapid experimentation. Drive innovation with ease.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dotenv, http, ini, json_annotation, json_serializable, logging

More

Packages that depend on switchkeys