ConfigCat is a feature flag service with unlimited seats, awesome support, and a reasonable price tag.
ConfigCat is a managed feature flag service. Manage feature toggles across frontend, backend, mobile, desktop apps. Management app + feature flag SDKs. - ConfigCat
configcat-vue Introduction Welcome to the Vue.js SDK for ConfigCat Feature Flags. This community-maintained SDK was designed to streamline your feature development workflow. Whether you're a seasoned developer or just starting,configcat-vue offers a comprehensive way to leverage all the benefits of...
configCatClient.getValue("isMyAwesomeFeatureEnabled",false,(value)=>{if(value){do_the_new_thing();}else{do_the_old_thing();}}); Permissions The SDK uses theStorage APIto store cached content. To let it use the API declare thestoragepermission in yourmanifest.json. ...
ConfigCat Kft. Compatible with IntelliJ IDEA (Ultimate, Community), Android Studioand13 more
ConfigCat Feature Flags 1.0.0 Download DateDec 12, 2024 Compatibility Range 231 — 243.* Size6.99 MB Uploaded byDaniel Toth What’s New Added Initial release of the ConfigCat IntelliJ Plugin. Dependencies defined in plugin.xml For more information see Plugin Compatibility Guide com.intellij....
Students enrolled in the GitHub Student Developer Pack can now access ConfigCat Pro plan for free. ConfigCat is a feature flag and configuration management service. Providing a nice user interface where you can change the configuration of your application on the fly. The use of feature flags is...
implementation"com.configcat:configcat-java-client:8.+" 2. Go to theConfigCat Dashboardto get yourSDK Key: 3. Importcom.configcat.* in your application code 4. Create aConfigCatclient instance ConfigCatClientclient=ConfigCatClient.get("#YOUR-SDK-KEY#"); ...
By the end of this tutorial, you'll have a thorough understanding of feature flag usage and be ready to seamlessly integrate them into your development process. Let's get started! 3, 2, 1... Launch!