Use the Thunder team's Dart client (#293)

This commit is contained in:
Micah Morrison 2024-01-15 09:34:32 -05:00 committed by GitHub
parent 5fc78400df
commit 0c2ac063a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,10 +40,10 @@ export const API_LIBRARIES: ApiLibrary[] = [
description: "a javascript / typescript client.",
},
{
name: "lemmy-dart client",
name: "lemmy_api_client",
link: "https://github.com/LemmurOrg/lemmy_api_client",
description: "a dart / flutter client.",
link: "https://github.com/thunder-app/lemmy_api_client",
description: "a Dart / Flutter client.",
},
{
name: "go-lemmy",