Skip to content

Commit b2837fc

Browse files
authored
chore: add android sdk to docs (#304)
* chore: add android sdk to docs Signed-off-by: Mark Phelps <[email protected]> * chore: fmt Signed-off-by: Mark Phelps <[email protected]> --------- Signed-off-by: Mark Phelps <[email protected]>
1 parent 26e2631 commit b2837fc

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

changelog/overview.mdx

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ description: Recent updates to Flipt, including new SDKs and other improvements.
44
mode: "wide"
55
---
66

7+
<Update label="March 2025">
8+
9+
## Android Client-Side SDK
10+
11+
Just released the Android SDK client for client-side flag evaluation.
12+
13+
See the [Integration docs](/integration/client) for more information.
14+
15+
</Update>
16+
717
<Update label="January 2025">
818

919
## OpenFeature Python Provider

integration/client.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in
9595
>
9696
Evaluate flags client-side in your Swift applications
9797
</Card>
98+
<Card
99+
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-kotlin-android"
100+
title="Android"
101+
icon="android"
102+
color="#3ddc84"
103+
>
104+
Evaluate flags client-side in your Android applications
105+
</Card>
98106
<Card
99107
href="https://github.com/flipt-io/flipt-client-sdks/issues/new?assignees=&labels=new-language&projects=&template=new_language.yml"
100108
title="Request a Client"

integration/examples.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ Examples on how to integrate Flipt with various third-party tools.
7171
icon="chart-simple"
7272
color="#f5a623"
7373
>
74-
Integrate Flipt with ClickHouse or Prometheus to collect and display evaluation data
74+
Integrate Flipt with ClickHouse or Prometheus to collect and display
75+
evaluation data
7576
</Card>
7677
<Card
7778
href="https://github.com/flipt-io/flipt/tree/main/examples/tracing"

0 commit comments

Comments
 (0)