ajustee_client 1.0.2

Ajustee client. Ajustee – a revolutionary solution that is about to transform the way your team changes, manages and tracks software configurations.

ajustee_client

Ajustee flutter client

Public Method Summary

In this table you can find the different functions exposed by this plugin:

ReturnDescription
AjusteeClientAjusteeClient(String apiUrl, String applicationId, String socketUrl, String trackerId: null, Map<String, String> defaultProperties: {}, String defaultPath: null, bool reconnect: true, int reconnectTimeout = 5000 )
Request configuration params list. Return a list with ConfigurationKeys.
async voidsubscribe(String path: null, Map<String, String> properties: {})
Subscribe for changes of configuration key by path.
async voidunsubscribe(String path: null)
Unsubscribe for changes of configuration key by path.
async Future<List>getConfigurations(String path: null, Map<String, String> properties: {})
Request configuration params list. Return a list with ConfigurationKeys.
Stream<List>onChanged()
Get the stream of the configurations changes.
Stream<ConfigurationKey>onKeyChanged()
Get the stream of the single configurations key changes.
Stream<String>onDeleted()
Get the stream of the configurations changes.