twilio_voice 0.2.0+1 copy "twilio_voice: ^0.2.0+1" to clipboard
twilio_voice: ^0.2.0+1 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 Dart:

 $ dart pub add twilio_voice
copied to clipboard

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 dart pub get):

dependencies:
  twilio_voice: ^0.2.0+1
copied to clipboard

Alternatively, your editor might support dart pub get or 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
0
points
712
downloads

Publisher

verified publisherearthbase.io

Weekly Downloads

2024.05.29 - 2025.04.23

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, js, plugin_platform_interface, web

More

Packages that depend on twilio_voice