twilio_voice 0.2.2 copy "twilio_voice: ^0.2.2" to clipboard
twilio_voice: ^0.2.2 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
copied to clipboard

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

dependencies:
  twilio_voice: ^0.2.2
copied to clipboard

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';
copied to clipboard
41
likes
140
points
723
downloads

Publisher

verified publisherearthbase.io

Weekly Downloads

2024.09.26 - 2025.04.10

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js, plugin_platform_interface, web

More

Packages that depend on twilio_voice