obs_websocket_dart 0.0.2 copy "obs_websocket_dart: ^0.0.2" to clipboard
obs_websocket_dart: ^0.0.2 copied to clipboard

A package that gives you an easy-to-use API to connect to OBS using the obs-websocket plugin.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add obs_websocket_dart

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

dependencies:
  obs_websocket_dart: ^0.0.2

Alternatively, your editor might support flutter 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_dart/obs_websocket_dart.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A package that gives you an easy-to-use API to connect to OBS using the obs-websocket plugin.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, flutter, web_socket_channel

More

Packages that depend on obs_websocket_dart