voip_call_sdk 0.0.2 copy "voip_call_sdk: ^0.0.2" to clipboard
voip_call_sdk: ^0.0.2 copied to clipboard

The CleverTap's Signed Call Flutter provides an in-app calls service to make and receive calls in the mobile apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add voip_call_sdk

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

dependencies:
  voip_call_sdk: ^0.0.2

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:voip_call_sdk/models/call_events.dart';
import 'package:voip_call_sdk/models/log_level.dart';
import 'package:voip_call_sdk/models/missed_call_action_click_result.dart';
import 'package:voip_call_sdk/models/signed_call_error.dart';
import 'package:voip_call_sdk/plugin/clevertap_signedcall_flutter.dart';
import 'package:voip_call_sdk/plugin/clevertap_signedcall_flutter_method_channel.dart';
import 'package:voip_call_sdk/plugin/clevertap_signedcall_flutter_platform_interface.dart';
0
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

The CleverTap's Signed Call Flutter provides an in-app calls service to make and receive calls in the mobile apps.

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on voip_call_sdk

Packages that implement voip_call_sdk