telephone 0.0.1 copy "telephone: ^0.0.1" to clipboard
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';
1
likes
120
points
45
downloads

Publisher

verified publisherigorkurilenko.dev

Weekly Downloads

`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 efficiently.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_webrtc, logger, package_info_plus, permission_handler, sip_ua, toastification

More

Packages that depend on telephone