You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ Last updated at Thu Aug 28 2025 11:58:36 GMT-0400 (Eastern Daylight Time)
47
47
48
48
### Requirements
49
49
50
-
Dart language version: [3.7.2](https://dart.dev/get-dart/archive)
50
+
Dart language version: [3.9.2](https://dart.dev/get-dart/archive)
51
51
52
52
> [!NOTE]
53
53
> The OpenFeature DartServer SDK only supports the latest currently maintained Dart language versions.
@@ -56,7 +56,7 @@ Dart language version: [3.7.2](https://dart.dev/get-dart/archive)
56
56
57
57
```yaml
58
58
dependencies:
59
-
openfeature_dart_server_sdk: ^0.0.6
59
+
openfeature_dart_server_sdk: ^0.0.12
60
60
```
61
61
62
62
### Then run:
@@ -133,7 +133,7 @@ See [here](https://pub.dev/documentation/openfeature_dart_server_sdk/latest/) fo
133
133
### Providers
134
134
135
135
[Providers](/docs/reference/concepts/provider) are an abstraction between a flag management system and the OpenFeature SDK.
136
-
Look [here](/ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5Btechnology%5D%5B0%5D=Dart) for a complete list of available providers.
136
+
Look [here](//ecosystem?instant_search%5BrefinementList%5D%5Btype%5D%5B0%5D=Provider&instant_search%5BrefinementList%5D%5BallTechnologies%5D%5B0%5D=Dart) for a complete list of available providers.
137
137
If the provider you're looking for hasn't been created yet, see the [develop a provider](#develop-a-provider) section to learn how to build it yourself.
138
138
139
139
Once you've added a provider as a dependency, it can be registered with OpenFeature like this:
0 commit comments