twilio_voice_custom 0.0.1 copy "twilio_voice_custom: ^0.0.1" to clipboard
twilio_voice_custom: ^0.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 Flutter:

 $ flutter pub add twilio_voice_custom

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

dependencies:
  twilio_voice_custom: ^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:twilio_voice_custom/_internal/js/call/call.dart';
import 'package:twilio_voice_custom/_internal/js/call/call_status.dart';
import 'package:twilio_voice_custom/_internal/js/core/core.dart';
import 'package:twilio_voice_custom/_internal/js/core/promise.dart';
import 'package:twilio_voice_custom/_internal/js/device/device.dart';
import 'package:twilio_voice_custom/_internal/js/exceptions/twilio_error.dart';
import 'package:twilio_voice_custom/_internal/js/js.dart';
import 'package:twilio_voice_custom/_internal/js/twilio.dart';
import 'package:twilio_voice_custom/_internal/js/utils/js_object_utils.dart';
import 'package:twilio_voice_custom/_internal/local_storage_web/i_local_storage_web.dart';
import 'package:twilio_voice_custom/_internal/local_storage_web/local_storage_web.dart';
import 'package:twilio_voice_custom/_internal/method_channel/shared_platform_method_channel.dart';
import 'package:twilio_voice_custom/_internal/method_channel/twilio_call_method_channel.dart';
import 'package:twilio_voice_custom/_internal/method_channel/twilio_voice_method_channel.dart';
import 'package:twilio_voice_custom/_internal/platform_interface/shared_platform_interface.dart';
import 'package:twilio_voice_custom/_internal/platform_interface/twilio_call_platform_interface.dart';
import 'package:twilio_voice_custom/_internal/platform_interface/twilio_voice_platform_interface.dart';
import 'package:twilio_voice_custom/_internal/twilio_loader.dart';
import 'package:twilio_voice_custom/_internal/twilio_voice_web.dart';
import 'package:twilio_voice_custom/_internal/utils.dart';
import 'package:twilio_voice_custom/models/active_call.dart';
import 'package:twilio_voice_custom/models/call_event.dart';
import 'package:twilio_voice_custom/twilio_voice.dart';
1
likes
130
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js, plugin_platform_interface

More

Packages that depend on twilio_voice_custom