varioqub_configs 0.0.2 copy "varioqub_configs: ^0.0.2" to clipboard
varioqub_configs: ^0.0.2 copied to clipboard

Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub

Varioqub Configs #

Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub

Example of using #

final varioqub = VarioqubConfigs();

await varioqub.build(
    const BuildSettings(client: VarioqubClient.appmetrica('XXXXXXX')), //your AppMetrica application ID
);

await varioqub.activateConfig();

await varioqub.fetchConfig();

await varioqub.getString(
    key: 'FLAG',
    defaultValue: 'DEFAULT_VALUE',
);

Sources #

What is Varioqub?

Official docs from Yandex

Limitations #

At the moment, the library is used exclusively for obtaining and working with configs and experiments. Analytics elements are not used for fetch!

Changelog #

Refer to the Changelog to get all release notes.

Maintainers #

Igor Molchanov

This library is open for issues and pull requests. If you have ideas for improvements or bugs, the repository is open to contributions!

License #

MIT

5
likes
0
pub points
63%
popularity

Publisher

verified publishermolchanovia.dev

Flutter plugin providing work with remote configs, experiments and A/B testing via Varioqub

Repository (GitHub)
View/report issues

Topics

#varioqub #configs #experiments

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on varioqub_configs