telephone 0.0.1 telephone: ^0.0.1 copied to clipboard
`telephone` offers a simplified wrapper around `sip_ua` for Flutter, facilitating seamless integration of SIP-based VoIP capabilities with customizable widgets for handling call interfaces and states [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add telephone
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
telephone: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:telephone/telephone.dart';