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

A FreeSWITCH event socket library for Dart. This package provides basic functionality to communicate with the event socket exposed by the FreeSWITCH PBX. Various utilty functions are provided as well.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add esl

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

dependencies:
  esl: ^0.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:esl/esl.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A FreeSWITCH event socket library for Dart. This package provides basic functionality to communicate with the event socket exposed by the FreeSWITCH PBX. Various utilty functions are provided as well.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

logging

More

Packages that depend on esl