https://github.com/clevertap/clevertap-flutter
CleverTap Flutter SDK
https://github.com/clevertap/clevertap-flutter
Last synced: over 1 year ago
JSON representation
CleverTap Flutter SDK
- Host: GitHub
- URL: https://github.com/clevertap/clevertap-flutter
- Owner: CleverTap
- License: other
- Created: 2020-01-13T12:39:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T11:24:22.000Z (over 2 years ago)
- Last Synced: 2024-04-12T13:29:04.354Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 10.1 MB
- Stars: 28
- Watchers: 9
- Forks: 41
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# CleverTap Flutter SDK
[](https://pub.dartlang.org/packages/clevertap_plugin)
## π Introduction
The CleverTap Flutter SDK for Mobile Customer Engagement and Analytics solutions.
For more information check out our [website](https://clevertap.com/ "CleverTap") and [documentation](https://developer.clevertap.com/docs/ "CleverTap Technical Documentation").
To get started, sign up [here](https://clevertap.com/live-product-demo/).
## π Installation and Quick Start
- To add the **CleverTap Flutter SDK** to your project, edit your project's `pubspec.yaml` file:
```yaml
dependencies:
clevertap_plugin: 3.3.0
```
- Run `flutter packages get` to install the SDK
- Now, in your Dart code, you can use:
```dart
import 'package:clevertap_plugin/clevertap_plugin.dart';
```
See our [Technical Documentation for Android](doc/Integrate-Android.md) and [Technical Documentation for iOS](doc/Integrate-iOS.md) for instructions on integrating CleverTap into your Flutter app.
## π Documentation & Example
- Checkout our [CleverTap Flutter Usage documentation](doc/Usage.md)
- Checkout our [Example Dart project](./example)
## π² CleverTap Push Templates SDK (Available only for Android OS)
[(Back to top)](#-table-of-contents)
CleverTap Push Templates SDK helps you engage with your users using fancy push notification templates built specifically to work with [CleverTap](https://www.clevertap.com).
Find the integration steps for the CleverTap Push Templates SDK [here](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTPUSHTEMPLATES.md)
## π Changelog
Refer to the [CleverTap 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.