https://github.com/clevertap/clevertap-signedcall-flutter-sdk
Flutter SDK for CleverTap Signed Call
https://github.com/clevertap/clevertap-signedcall-flutter-sdk
Last synced: 6 months ago
JSON representation
Flutter SDK for CleverTap Signed Call
- Host: GitHub
- URL: https://github.com/clevertap/clevertap-signedcall-flutter-sdk
- Owner: CleverTap
- License: other
- Created: 2022-08-10T08:19:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T05:47:21.000Z (over 1 year ago)
- Last Synced: 2025-08-18T07:28:10.202Z (12 months ago)
- Language: Dart
- Homepage:
- Size: 532 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CleverTap Signed Call Flutter SDK
[](https://pub.dartlang.org/packages/clevertap_signedcall_flutter)
## π Introduction
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](https://docs.clevertap.com/docs/signed-call).
To get started, sign up [here](https://clevertap.com/live-product-demo/).
## π Installation and Quick Start
- To add the **CleverTap Signed Call Flutter SDK** to your project, edit your project's `pubspec.yaml` file:
```yaml
dependencies:
clevertap_signedcall_plugin: 0.0.7
```
- Run `flutter pub get` to install the SDK.
- Now, in your Dart code, you can use:
```dart
import 'package:clevertap_signedcall_flutter/plugin/clevertap_signedcall_flutter.dart';
```
## π Documentation & Example
- Checkout our [Technical Documentation](https://developer.clevertap.com/docs/signed-call-flutter-sdk) for instructions on integrating Signed Call into your Flutter app.
- Checkout our [Example Flutter project](./example)
## π Changelog
Refer to the [Signed Call Flutter SDK Change Log](./CHANGELOG.md).
## βQuestions
If you have questions or concerns, you can reach out to the CleverTap support team from the CleverTap Dashboard.