opencontrolz_client 1.0.0 copy "opencontrolz_client: ^1.0.0" to clipboard
opencontrolz_client: ^1.0.0 copied to clipboard

Dart implementation of OpenControlz API client. Provides model objects and services to communicate with OpenControlz platform using RESTful APIs and WebSocket protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opencontrolz_client

With Flutter:

 $ flutter pub add opencontrolz_client

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

dependencies:
  opencontrolz_client: ^1.0.0

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:opencontrolz_client/opencontrolz_client.dart';
0
likes
120
pub points
24%
popularity

Publisher

unverified uploader

Dart implementation of OpenControlz API client. Provides model objects and services to communicate with OpenControlz platform using RESTful APIs and WebSocket protocol.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, dio, jwt_decoder, web_socket_channel

More

Packages that depend on opencontrolz_client