|
26 | 26 | <!-- x-release-please-end -->
|
27 | 27 | <br/>
|
28 | 28 | <!-- Dart-Specific Badges -->
|
29 |
| - <a href="https://pub.dev/packages/open_feature"> |
30 |
| - <img alt="Pub Version" src="https://img.shields.io/pub/v/open_feature.svg?style=for-the-badge" /> |
| 29 | + <a href="https://pub.dev/packages/openfeature_dart_server_sdk"> |
| 30 | + <img alt="Pub Version" src="https://img.shields.io/pub/v/openfeature_dart_server_sdk.svg?style=for-the-badge" /> |
31 | 31 | </a>
|
32 |
| - <a href="https://pub.dev/documentation/open_feature/latest/"> |
| 32 | + <a href="https://openfeature.dev/docs/reference/intro"> |
33 | 33 | <img alt="API Reference" src="https://img.shields.io/badge/API-reference-blue.svg?style=for-the-badge" />
|
34 | 34 | </a>
|
35 | 35 | <a href="https://codecov.io/gh/open-feature/dart-server-sdk">
|
36 | 36 | <img alt="Code Coverage" src="https://codecov.io/gh/open-feature/dart-server-sdk/branch/main/graph/badge.svg?token=FZ17BHNSU5" />
|
37 | 37 | </a>
|
38 |
| - <a href="https://github.com/open-feature/dart-server-sdk/actions/workflows/ci.yml"> |
39 |
| - <img alt="GitHub CI Status" src="https://github.com/open-feature/dart-server-sdk/actions/workflows/ci.yml/badge.svg?style=for-the-badge" /> |
| 38 | + <a href="https://github.com/open-feature/dart-server-sdk/actions/workflows/validation-workflow.yml"> |
| 39 | + <img alt="GitHub CI Status" src="https://github.com/open-feature/dart-server-sdk/actions/workflows/validation-workflow.yml/badge.svg?style=for-the-badge" /> |
40 | 40 | </a>
|
41 | 41 | </p>
|
42 | 42 | <!-- x-hide-in-docs-start -->
|
@@ -68,15 +68,15 @@ See [TBD](TBD) for the complete API documentation.
|
68 | 68 |
|
69 | 69 | | Status | Features | Description |
|
70 | 70 | | ------ |---------------------------------| --------------------------------------------------------------------------------------------------------------------------------- |
|
71 |
| -| ❌ | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. | |
72 |
| -| ❌ | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). | |
73 |
| -| ❌ | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. | |
74 |
| -| ❌ | [Logging](#logging) | Integrate with popular logging packages. | |
75 |
| -| ❌ | [Domains](#domains) | Logically bind clients with providers.| |
76 |
| -| ❌ | [Eventing](#eventing) | React to state changes in the provider or flag management system. | |
77 |
| -| ❌ | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. | |
78 |
| -| ❌ | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) | |
79 |
| -| ❌ | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. | |
| 71 | +| ✅ | [Providers](#providers) | Integrate with a commercial, open source, or in-house feature management tool. | |
| 72 | +| ✅ | [Targeting](#targeting) | Contextually-aware flag evaluation using [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context). | |
| 73 | +| ✅ | [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. | |
| 74 | +| ✅ | [Logging](#logging) | Integrate with popular logging packages. | |
| 75 | +| ✅ | [Domains](#domains) | Logically bind clients with providers.| |
| 76 | +| ✅ | [Eventing](#eventing) | React to state changes in the provider or flag management system. | |
| 77 | +| ✅ | [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. | |
| 78 | +| ✅ | [Transaction Context Propagation](#transaction-context-propagation) | Set a specific [evaluation context](https://openfeature.dev/docs/reference/concepts/evaluation-context) for a transaction (e.g. an HTTP request or a thread) | |
| 79 | +| ✅ | [Extending](#extending) | Extend OpenFeature with custom providers and hooks. | |
80 | 80 |
|
81 | 81 | <sub>Implemented: ✅ | In-progress: ⚠️ | Not implemented yet: ❌</sub>
|
82 | 82 |
|
|
0 commit comments