Skip to content

Releases: mixpanel/mixpanel-flutter

Release v1.5.0

09 May 23:07
Compare
Choose a tag to compare

v1.5.0 (2022-05-09)

Enhancements

  • add config for web init and setServerURL for web #75
  • feat: support DateTime and Uri #66
  • fix: Make flush method asynchronous #64

Release v1.4.8

06 May 01:06
Compare
Choose a tag to compare

v1.4.8 (2022-05-06)

Release v1.4.7

06 May 00:02
Compare
Choose a tag to compare

v1.4.7 (2022-05-06)

Release v1.4.6

11 Apr 17:56
Compare
Choose a tag to compare

v1.4.6 (2022-04-11)

Enhancements

  • bump iOS SDK version to 3.1.7 and Android to 6.1.1 #69

Fixes

  • Registering non-string super props in init fails #51

Release v1.4.5

11 Feb 21:31
Compare
Choose a tag to compare

v1.4.5 (2022-02-11)

Enhancements

  • bump iOS SDK version to 3.1.4 #61

Fixes

  • 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

Release v1.4.4

26 Jan 23:02
Compare
Choose a tag to compare

v1.4.4 (2022-01-26)

Fixes

  • Bump iOS SDK depedency to v3.1.2 #52

Release v1.4.3

19 Jan 23:44
Compare
Choose a tag to compare

Caution: Please DO NOT use this build! In this version, we have a bug in iOS that event names with & or % will be rejected by the server. We recommend you update to 1.4.4 or above.

v1.4.3 (2022-01-19)

Fixes

  • Now First App Open will display 'flutter' as property value for 'Mixpanel Library' in iOS #49

Release v1.4.2

05 Jan 00:51
Compare
Choose a tag to compare

v1.4.2 (2022-01-05)

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

Release v1.4.1

04 Dec 00:09
Compare
Choose a tag to compare

v1.4.1 (2021-12-04)

Merged pull requests:

  • Some lint fixes #40

Release v1.4.0

02 Dec 23:37
Compare
Choose a tag to compare

v1.4.0 (2021-12-02)

Enhancements

  • Add Flutter Web support #35

    Please add the following snippet to your web/index.html inside <head></head> in your Flutter project.

    <script src="./assets/packages/mixpanel_flutter/assets/mixpanel.js"></script>