- bump versions to get millisecond precision for event time property #82
- bump versions to remove survey #79
- add config for web init and setServerURL for web #75
- feat: support
DateTime and Uri #66
- fix: Make
flush method asynchronous #64
- bump iOS SDK version to 3.1.7 and Android to 6.1.1 #69
- Registering non-string super props in init fails #51
- bump iOS SDK version to 3.1.4 #61
- Fix registering non-string super props in init fails #62
- Fix several misspellings of "Mixpanel" #60
- Fix backward ordering of 'alias()' parameters on Android. #58
- Bump iOS SDK depedency to v3.1.2 #52
- Now First App Open will display 'flutter' as property value for 'Mixpanel Library' in iOS #49
Merged pull requests:
- bump Mixpanel native SDK version to iOS 3.0.0, Android 6.0.0 #46
- register super properties on Mixpanel.init for iOS #46
- fix nested dictionary not being able to tracked properly in iOS #43
- Add web support #35
Please add the following snippet to your web/index.html inside in your Flutter project.
Merged pull requests:
- Bump native SDK dependencies #29
- change the name 'properties' to 'superProperties' in init #28
- Add superProperties on initialize #14
Merged pull requests:
- Fix the bool value being tracked as Int #21
- Add API
setUseIpAddressForGeolocation #18
- Add support for Null Safety! Thanks @incendial for contributing a PR for this. 🙏