dart_mixpanel 0.0.4 copy "dart_mixpanel: ^0.0.4" to clipboard
dart_mixpanel: ^0.0.4 copied to clipboard

Implementation of the mixpanel client library for flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dart_mixpanel

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  dart_mixpanel: ^0.0.4

Alternatively, 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:dart_mixpanel/flutter_integration.dart';
import 'package:dart_mixpanel/mixpanel_client.dart';
3
likes
15
pub points
25%
popularity

Publisher

unverified uploader

Implementation of the mixpanel client library for flutter

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

device_info, flutter, http, meta, package_info, shared_preferences, uuid

More

Packages that depend on dart_mixpanel