ringcentral 0.1.1
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 ringcentralWith Flutter:
$ flutter pub add ringcentralThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ringcentral: ^0.1.1Alternatively, 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';