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

This is the Dart implementation of OpenFeature, a vendor-agnostic abstraction library for evaluating feature flags.

codecov

package build pub likes popularity pub points
openfeature build pub package likes popularity pub points

Dart implementation of OpenFeature, a vendor-agnostic abstraction library for evaluating feature flags.

This is pretty much experimental and under development as a hobby project.

import 'package:openfeature/openfeature.dart';

final api = OpenFeatureAPI();
// set your own provider
api.provider = EnvVarProvider();
final client = api.getClient('myClient');
final result = await client.getBooleanValue('myBoolFlag', false);

For complete documentation, visit: https://docs.openfeature.dev/docs/category/concepts

4
likes
150
pub points
18%
popularity

Publisher

unverified uploader

This is the Dart implementation of OpenFeature, a vendor-agnostic abstraction library for evaluating feature flags.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on openfeature