vonage_voice 1.0.0 copy "vonage_voice: ^1.0.0" to clipboard
vonage_voice: ^1.0.0 copied to clipboard

Native Vonage voice calling for Flutter. Includes full background support, native call UI (CallKit/ConnectionService), and in-call controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vonage_voice

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

dependencies:
  vonage_voice: ^1.0.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:vonage_voice/vonage_voice.dart';
1
likes
160
points
0
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Native Vonage voice calling for Flutter. Includes full background support, native call UI (CallKit/ConnectionService), and in-call controls.

Repository (GitHub)
View/report issues

Topics

#voip #vonage #callkit #telecom #communication

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on vonage_voice

Packages that implement vonage_voice