The CleverTap's Signed Call Flutter SDK provides an in-app calls service to make and receive calls in the mobile apps if the device has an internet connection and Signed Call Flutter SDK.
To know more about the Signed Call feature, refer to Signed Call.
To get started, sign up here.
- To add the CleverTap Signed Call Flutter SDK to your project, edit your project's
pubspec.yaml
file:
dependencies:
clevertap_signedcall_plugin: 0.0.6
-
Run
flutter pub get
to install the SDK. -
Now, in your Dart code, you can use:
import 'package:clevertap_signedcall_flutter/plugin/clevertap_signedcall_flutter.dart';
- Checkout our Technical Documentation for instructions on integrating Signed Call into your Flutter app.
- Checkout our Example Flutter project
Refer to the Signed Call Flutter SDK Change Log.
If you have questions or concerns, you can reach out to the CleverTap support team from the CleverTap Dashboard.