arri_client 0.53.2 copy "arri_client: ^0.53.2" to clipboard
arri_client: ^0.53.2 copied to clipboard

Client library needed for the code generated by the arri server library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add arri_client

With Flutter:

 $ flutter pub add arri_client

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

dependencies:
  arri_client: ^0.53.2

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

Import it

Now in your Dart code, you can use:

import 'package:arri_client/arri_client.dart';
1
likes
140
pub points
66%
popularity

Publisher

verified publishermodiimedia.com

Client library needed for the code generated by the arri server library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, web_socket_channel

More

Packages that depend on arri_client