ami_flutter 0.0.4
ami_flutter: ^0.0.4 copied to clipboard
Asterisk Manager Interface (AMI) Library for Flutter. Providers a cross-platform AMI API, a cross-platform implementation of the API communicating with Asterisk Server.
0.0.1 2021/1/10 #
- commit functional code.
0.0.2 2021/1/12 #
- refactor, improve scalability.
- modify the initialization of manager.
- add some unit test.
- update README.md
0.0.3 2021/1/17 #
- migrate to dart package, removed flutter dependencies.
- format code.
0.0.4 2021/2/20 #
- provide stream to listen connect status.
- function
sendActionprovide parametertimeoutto finish response reading.