sip_helper 0.1.0
sip_helper: ^0.1.0 copied to clipboard
A lightweight SIP/VoIP library for Flutter. SIP protocol (UDP), RTP audio transport, G.711 A-law codec, and Windows audio via WinMM FFI.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sip_helperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sip_helper: ^0.1.0Alternatively, 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:sip_helper/sip_helper.dart';