Skip to content

Commit

Permalink
chore: update readme re dart and bump dart version
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Sep 8, 2024
1 parent 6ffc68e commit 1942035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Currently, we support the following languages/platforms:
1. [NodeJS](./flipt-client-node) (FFI)
1. [Java](./flipt-client-java) (FFI)
1. [JavaScript/Typescript (Browser)](./flipt-client-browser) (WASM)
1. [Flutter/Dart](./flipt-client-dart) (FFI)

Documentation for each client can be found in the README of that client's directory.

Expand All @@ -75,7 +76,6 @@ Languages we would like to support but lack expertise in:

1. [Kotlin](https://github.com/flipt-io/flipt-client-sdks/issues/264)
1. [Swift](https://github.com/flipt-io/flipt-client-sdks/issues/263)
1. [Flutter/Dart](https://github.com/flipt-io/flipt-client-sdks/issues/32)

Want to see a client in a language we don't support? [Open an issue](https://github.com/flipt-io/flipt-client-sdks/issues/new?assignees=&labels=new-language&projects=&template=new_language.yml) and let us know!

Expand Down
4 changes: 2 additions & 2 deletions flipt-client-dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flipt_client
description: Flipt Client Evaluation SDK for Dart
version: 0.1.0-pre.3
homepage: https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-dart
version: 0.1.0
homepage: https://flipt.io

environment:
sdk: '>=2.12.0 <4.0.0'
Expand Down

0 comments on commit 1942035

Please sign in to comment.