@@ -6,19 +6,41 @@ export const CLIENT_LIBRARIES = [
6
6
docsUrl : 'https://supabase.com/docs/reference/javascript/installing' ,
7
7
gitUrl : 'https://github.com/supabase/supabase-js' ,
8
8
} ,
9
+ {
10
+ language : 'Flutter' ,
11
+ officialSupport : true ,
12
+ releaseState : undefined ,
13
+ docsUrl : 'https://supabase.com/docs/reference/dart/installing' ,
14
+ gitUrl : 'https://github.com/supabase/supabase-flutter' ,
15
+ } ,
9
16
{
10
17
language : 'Python' ,
11
18
officialSupport : false ,
12
19
releaseState : 'Alpha' ,
13
- docsUrl : 'https://supabase.com/docs/reference/python/introduction ' ,
20
+ docsUrl : 'https://supabase.com/docs/reference/python/initializing ' ,
14
21
gitUrl : 'https://github.com/supabase/supabase-py' ,
15
22
} ,
16
23
{
17
- language : 'Flutter ' ,
18
- officialSupport : true ,
24
+ language : 'C# ' ,
25
+ officialSupport : false ,
19
26
releaseState : undefined ,
20
- docsUrl : 'https://supabase.com/docs/reference/dart/installing' ,
21
- gitUrl : 'https://github.com/supabase/supabase-flutter' ,
27
+ docsUrl : 'https://supabase.com/docs/reference/csharp/installing' ,
28
+ gitUrl : 'https://github.com/supabase-community/supabase-csharp' ,
29
+ altIconName : 'c-sharp' ,
30
+ } ,
31
+ {
32
+ language : 'Swift' ,
33
+ officialSupport : false ,
34
+ releaseState : undefined ,
35
+ docsUrl : 'https://supabase.com/docs/reference/swift/initializing' ,
36
+ gitUrl : 'https://github.com/supabase-community/supabase-swift' ,
37
+ } ,
38
+ {
39
+ language : 'Kotlin' ,
40
+ officialSupport : false ,
41
+ releaseState : undefined ,
42
+ docsUrl : 'https://supabase.com/docs/reference/kotlin/installing' ,
43
+ gitUrl : 'https://github.com/supabase-community/supabase-kt' ,
22
44
} ,
23
45
]
24
46
0 commit comments