gredu_unleash

Last updated:

0 purchases

gredu_unleash Image
gredu_unleash Images
Add to Cart

Description:

gredu unleash

GREDU-UNLEASH #
Tools for toggling features that we can enable or disable a feature.
Add to your pubspec.yaml
dependencies:
gredu_unleash: x.y.z
copied to clipboard
Initialize on your main.dart, we recommended use it as singleton
final config = GreduUnleashConfig(
proxyUrl: <Proxy URL>,
headers: <Headers>
);

final unleash = GreduUnleash.init(config);
copied to clipboard
*Notes : Polling Interval is optional, but we don't use it for now
Check is a feature enabled :
if (unleash.isFeatureEnabled("payment")) {
// Enable feature
} else {
// Disable feature
}
copied to clipboard
More Information : https://docs.getunleash.io/

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.