Skip to content

necodeIT/posthog_dart

Repository files navigation

Posthog Dart

Quick and dirty mapping for the PostHog API.

Installation

dependencies:
  posthog_dart:
    git:
      url: https://github.com/necodeIT/posthog_dart.git

Usage

In your main method call PostHog.init(host: 'your-api-key', host: 'example.com'). After that you can capture events by calling PostHog().capture().

About

Third party posthog client in pure dart using the API directly

Resources

License

Stars

Watchers

Forks

Languages