unitrack_snowplow 1.1.0
unitrack_snowplow: ^1.1.0 copied to clipboard
Snowplow provider for UniTrack. Forwards UniTrack events to a Snowplow collector with built-in convention layer, auto-attached user_context and application_context entities, and per-event Iglu schema [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unitrack_snowplowThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unitrack_snowplow: ^1.1.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:unitrack_snowplow/unitrack_snowplow.dart';