twilio_voice 0.4.0 copy "twilio_voice: ^0.4.0" to clipboard
twilio_voice: ^0.4.0 copied to clipboard

Provides an interface to Twilio's Programmable Voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add twilio_voice

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

dependencies:
  twilio_voice: ^0.4.0

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:twilio_voice/twilio_voice.dart';
45
likes
130
points
1.65k
downloads

Documentation

API reference

Publisher

verified publisherearthbase.io

Weekly Downloads

Provides an interface to Twilio's Programmable Voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#twilio #voice #voip #call #phone

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web, web_callkit

More

Packages that depend on twilio_voice

Packages that implement twilio_voice