asterisk 0.2.1 copy "asterisk: ^0.2.1" to clipboard
asterisk: ^0.2.1 copied to clipboard

Idiomatic bindings to Asterisk's REST interface, allowing calls to be managed in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add asterisk
copied to clipboard

With Flutter:

 $ flutter pub add asterisk
copied to clipboard

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

dependencies:
  asterisk: ^0.2.1
copied to clipboard

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:asterisk/asterisk.dart';
copied to clipboard
1
likes
150
points
49
downloads

Publisher

verified publishersimonbinder.eu

Weekly Downloads

2024.09.26 - 2025.04.10

Idiomatic bindings to Asterisk's REST interface, allowing calls to be managed in Dart.

Repository (GitHub)

Topics

#asterisk #voip #sip #telephony

Documentation

API reference

License

MIT (license)

Dependencies

http, json_annotation, logging, meta, pool, weak_cache, web_socket_channel

More

Packages that depend on asterisk