datadog_flags 1.0.0 copy "datadog_flags: ^1.0.0" to clipboard
datadog_flags: ^1.0.0 copied to clipboard

Datadog Feature Flags and Experimentation SDK for client applications.

example/README.md

Datadog Flags Example #

This package contains command line examples for the Datadog Feature Flags SDK.

Typed Evaluation #

Provide the client token through the environment, then pass evaluation inputs as arguments:

DD_CLIENT_TOKEN=<client-token> \
dart run datadog_flags_example:typed_evaluation \
  --env staging \
  --flag-key checkout.enabled \
  --flag-type boolean \
  --targeting-key test-subject

Optional:

  • DD_APPLICATION_ID sets the Datadog application ID.
  • --site selects the Datadog site. Defaults to us1.
  • --targeting-attributes accepts a JSON object string.
0
likes
160
points
82
downloads

Documentation

API reference

Publisher

verified publisherdatadoghq.com

Weekly Downloads

Datadog Feature Flags and Experimentation SDK for client applications.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#datadog #feature-flags #experimentation

License

Apache-2.0 (license)

Dependencies

http, json_annotation, meta, uuid

More

Packages that depend on datadog_flags