nat_mixpanel 0.0.24 copy "nat_mixpanel: ^0.0.24" to clipboard
nat_mixpanel: ^0.0.24 copied to clipboard

discontinued
outdated

A native mixpanel plugin.

mixpanel #

A native mixpanel plugin. Currently it works only for Android.

Example #

    import 'package:nat_mixpanel/nat_mixpanel.dart';
    
    void main(){
        NatMixpanel mixpanel = new NatMixpanel();
        initMixpanel();
        mixpanel.track("track_event_name");
        /// or
        Map<String, dynamic> props;
        mixpanel.track("track_event_name", props);
    }
    
    void initMixpanel() async => mixpanel.init("b4cbd8e1c47a44e722b7a758674eb004");

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A native mixpanel plugin.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on nat_mixpanel