flutuate_mixpanel 1.1.1 copy "flutuate_mixpanel: ^1.1.1" to clipboard
flutuate_mixpanel: ^1.1.1 copied to clipboard

outdated

A Flutter plugin for use the Mixpanel API for Android devices.

flutuate_mixpanel #

A Flutter plugin for Mixpanel.

Getting Started #

First, you must be registered at Mixpanel to use the Mixpanel API. The plugin uses the same concept of method calls used by the Mixpanel Android library.

Configuration #

Add flutuate_mixpanel to pubspec.yaml under the dependencies field.

dependencies:
  flutuate_mixpanel: ^latest_version

Import #

Add the following import in your library :

import 'package:flutuate_mixpanel/flutuate_mixpanel.dart';

Usage #

For you to use the plugin, in your Flutter app, get an instance of Mixpanel plugin:

    MixpanelAPI instance = await MixpanelAPI.getInstance('<your_mixpanel_token');

So after, you only call the API methods specified in Mixpanel Android API documentation.

See also the Mixpanel documentation for more informations.

Example #

The sample project has more details about how to use the plugin.

12
likes
0
pub points
54%
popularity

Publisher

verified publisherlamkr.com

A Flutter plugin for use the Mixpanel API for Android devices.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, test

More

Packages that depend on flutuate_mixpanel