From 58b49fed85f75f97b97e5a2e192f16da10c4defc Mon Sep 17 00:00:00 2001 From: tt2468 Date: Mon, 17 May 2021 14:28:13 -0700 Subject: [PATCH] README: Add Dart client library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06a28135..db81e0d5 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Here's a list of available language APIs for obs-websocket : - Java 11+: [obs-java-client](https://github.com/harm27/obs-java-client) by harm27 - Golang: [go-obs-websocket](https://github.com/christopher-dG/go-obs-websocket) by Chris de Graaf - Rust: [obws](https://github.com/dnaka91/obws) by dnaka91 +- Dart: [obs_websocket](https://pub.dev/packages/obs_websocket) by faithoflifedev - HTTP API: [obs-websocket-http](https://github.com/IRLToolkit/obs-websocket-http) by tt2468 - CLI: [obs-cli](https://github.com/leafac/obs-cli) by leafac