flutter_varioqub

Last updated:

0 purchases

flutter_varioqub Image
flutter_varioqub Images
Add to Cart

Description:

flutter varioqub

flutter_varioqub #
Flutter plugin for A/B testing service from Yandex Metrica - Varioqub
Similar to Firebase Remote Config
Localization #
Русский
Plugin #
The plugin is based on Android/IOS SDK AppMetrica Varioqub and uses SDK functionality
All functionality is described in example
Initialization #
await Varioqub.init(apiKey:'appmetrica.XXXXXXX'); - used to initialize Varioqub, where XXXXXXX is the numeric id of the AppMetrica project
Default values #
defaultMap: {

},
);
copied to clipboard
used to assign default values in case the application has not received configs (internet connection disconnected, etc.)
Getting configs #
await Varioqub.fetchConfig(); - used to get configs
Activating configs #
await Varioqub.activateConfig();
Getting configs #
Varioqub.getString('key':''); - getting a string value
Varioqub.getBool('key':''); - getting a Boolean value
Varioqub.getDouble('key':''); - getting a value of a real type
Varioqub.getLong('key':''); - getting an integer value
Problems #
We did not take into account analytics in the current state of the plugin - the adapters are zero, we will be glad to see your support for the project

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.