CfClient library

Classes

CfClient
Main SDK client used for SDK initialization and flags evaluation. The initialization is done with help of CfConfigurationBuilder. Example:
CfConfiguration
CfConfigurationBuilder
CfTarget
CfTargetBuilder
EvaluationRequest
EvaluationResponse
Class representing a single evaluation response. It carries information about changed evaluation's flag and its value. The value type is dynamic and it is SDK's end-user responsibility to know what type is used for given id
InitializationResult

Enums

EventType
Class used in CfEventsListener as possible event type that can be triggered by SDK.

Properties

log → Logger
final

Typedefs

CfEventsListener = void Function(dynamic data, EventType eventType)
Type alias used in CfClient.registerEventsListener to receive events from SDK. It has two parameters: