ami_client_plus 1.0.1 copy "ami_client_plus: ^1.0.1" to clipboard
ami_client_plus: ^1.0.1 copied to clipboard

Modern Asterisk Manager Interface (AMI) client with Clean Architecture. Type-safe, production-ready, with circuit breaker, connection pooling, and event filtering.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ami_client_plus

With Flutter:

 $ flutter pub add ami_client_plus

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

dependencies:
  ami_client_plus: ^1.0.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:ami_client_plus/ami_client_plus.dart';
0
likes
140
points
39
downloads

Documentation

API reference

Publisher

verified publisherspinex.io

Weekly Downloads

Modern Asterisk Manager Interface (AMI) client with Clean Architecture. Type-safe, production-ready, with circuit breaker, connection pooling, and event filtering.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta, web_socket_channel

More

Packages that depend on ami_client_plus