open_cdp_flutter_sdk 1.2.0
open_cdp_flutter_sdk: ^1.2.0 copied to clipboard
A Flutter SDK for integrating with the OpenCDP platform. Track user events, screen views, and device attributes with automatic lifecycle tracking and dual write to Customer.io.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add open_cdp_flutter_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
open_cdp_flutter_sdk: ^1.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:open_cdp_flutter_sdk/open_cdp_flutter_sdk.dart';