flutter_varioqub 0.0.4 copy "flutter_varioqub: ^0.0.4" to clipboard
flutter_varioqub: ^0.0.4 copied to clipboard

Flutter plugin for service A/B testing from Yandex Metrica - 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: {

       },
     );

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

2
likes
150
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for service A/B testing from Yandex Metrica - Varioqub

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_varioqub