Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.