Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clevertap/clevertap-signedcall-flutter-sdk
Flutter SDK for CleverTap Signed Call
https://github.com/clevertap/clevertap-signedcall-flutter-sdk
Last synced: about 4 hours 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T13:32:32.000Z (2 days ago)
- Last Synced: 2024-11-04T14:32:07.880Z (2 days ago)
- Language: Dart
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CleverTap Signed Call Flutter SDK
[![pub package](https://img.shields.io/pub/v/clevertap_signedcall_flutter.svg)](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.6
```- 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.