pilotpm_engage 0.6.0
pilotpm_engage: ^0.6.0 copied to clipboard
PilotPM Engage in-app SDK for Dart/Flutter. Event tracking (identify/track/ screen), push-token registration, in-app messages, push open/click reporting, and the Genie voice companion (a floating mic [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pilotpm_engageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pilotpm_engage: ^0.6.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:pilotpm_engage/pilotpm_engage.dart';