streamplay_analytics 0.2.0
streamplay_analytics: ^0.2.0 copied to clipboard
One analytics module for the Flutter app — swap the vendor (Mixpanel, PostHog, ...) from the CMS, no code change. Dart port of @matchbest-group/streamplay-analytics (the web SDK — separate repo, strea [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add streamplay_analyticsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
streamplay_analytics: ^0.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:streamplay_analytics/streamplay_analytics.dart';