arri_client 0.81.1 copy "arri_client: ^0.81.1" to clipboard
arri_client: ^0.81.1 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.81.1

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';
2
likes
140
points
895
downloads

Publisher

verified publishermodiimedia.com

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

http, web_socket_channel

More

Packages that depend on arri_client