flutuate_mixpanel 1.1.8 
flutuate_mixpanel: ^1.1.8 copied to clipboard
A Flutter plugin for use the Mixpanel API for Android devices.
Changelog #
1.1.8 #
- Added support for alias call with null distinctId
 - add people identify function
 
1.1.7 #
- Update platform version
 - add time event
 
1.1.6 #
- Add registerSuperProperties, registerSuperPropertiesOnce, clearSuperProperties, alias.
 - People api.
 - Change properties to mappedProperties.
 - Added setIdentifiedProperties to iOS.
 - Updated Flutter SDK version reference.
 - Added analysis_options.yaml.
 - Change RaisedButton to ElevatedButton in example project.
 - Code cleaned.
 
1.1.5 #
- Last Added handling for all mixpanel properties type to iOS code base.
 
1.1.4 #
- Do not use this version.
 
1.1.3 #
- Fix bug casting properties in iOS.
 
1.1.2 #
- Now sending distinctId in identify().
 
1.1.1 #
- Update Mixpanel-swift dependency version.
 
1.1.0 #
- Corrections applied to OS implementation.
 
1.0.1 #
- Adjust example/README.md
 - Sources formatted
 
1.0.0 #
- Implemented to iOS.
 
0.1.4 #
- Solved deprecations warnings in Java code.
 
0.1.3 #
- Added API documentation.
 
0.1.2 #
- Formatted sources files.
 
0.1.1 #
- Formatted sources files; Increasing plugin description.
 
0.1.0 #
- Plugin implemented with the main functionalities of the API for the Android OS.