barco_event_master 4.0.1 copy "barco_event_master: ^4.0.1" to clipboard
barco_event_master: ^4.0.1 copied to clipboard

A library for controlling Barco Event Master systems via JSON RPC

example/barco_event_master_example.dart

import 'package:barco_event_master/barco_event_master.dart';

Future<void> main() async {
  final e2 = EventMaster(ipAddress: '37.101.8.90');

  final r = await e2.listSources();

  r.result?.response?.forEach((e) => print(e.name));
}
0
likes
0
points
107
downloads

Publisher

unverified uploader

Weekly Downloads

A library for controlling Barco Event Master systems via JSON RPC

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, dart_mappable, http, socket_io_client

More

Packages that depend on barco_event_master