ringcentral 0.1.1 copy "ringcentral: ^0.1.1" to clipboard
ringcentral: ^0.1.1 copied to clipboard

RingCentral SDK for Dart language. It allows developers to invoke RingCentral Platform API. You can do a couple of things with this API, like sending SMS, downloading call logs, monitoring your co-wor [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ringcentral

With Flutter:

 $ flutter pub add ringcentral

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

dependencies:
  ringcentral: ^0.1.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:ringcentral/ringcentral.dart';
3
likes
130
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

RingCentral SDK for Dart language. It allows developers to invoke RingCentral Platform API. You can do a couple of things with this API, like sending SMS, downloading call logs, monitoring your co-workers presence...etc.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

http

More

Packages that depend on ringcentral