obs_websocket 2.2.4 copy "obs_websocket: ^2.2.4" to clipboard
obs_websocket: ^2.2.4 copied to clipboard

outdated

obs_websocket allows dart-based connections to the Open Broadcaster plugin obs-websocket

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add obs_websocket

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  obs_websocket: ^2.2.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:obs_websocket/obs_websocket.dart';
30
likes
0
points
81
downloads

Publisher

verified publishermuayid.com

Weekly Downloads

obs_websocket allows dart-based connections to the Open Broadcaster plugin obs-websocket

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, crypto, json_annotation, universal_io, web_socket_channel, yaml

More

Packages that depend on obs_websocket