Skip to content

Releases: amplitude/Amplitude-Flutter

v3.7.0

28 Oct 18:14
28f40ed
Compare
Choose a tag to compare
  • Downgrade the kotlin gradle plugin version to 1.3.40 to fix amplitude_flutter incompatible to project with kotlin gradle plugin version < 1.4.0.

v3.6.0

27 Oct 19:57
78c6861
Compare
Choose a tag to compare
  • Add server zone support for EU dynamic configuration

v3.5.0

01 Oct 20:03
582ddd1
Compare
Choose a tag to compare
  • Add preInsert, postInsert, remove, clearAll methods for Identify. Thanks @reeichert!

v3.4.0

27 Sep 18:31
7efcf5f
Compare
Choose a tag to compare
  • Add useAppSetIdForDeviceId API for Android.
  • Upgrade kotlin gradle plugin to '1.5.30'

v3.3.0

30 Aug 16:26
defc2d5
Compare
Choose a tag to compare
  • Add setMinTimeBetweenSessionsMillis API. Thanks @chillbrodev!

v3.2.1

01 Jul 18:25
1b0b7f3
Compare
Choose a tag to compare
  • Add getUserId API. Thanks @keke-dandois!
  • Fix iOS initializeApiKey have a wrong flow When pass null as the userId. Thanks @keke-dandois!

v3.1.1

02 Jun 20:49
f5341c1
Compare
Choose a tag to compare
  • Fix Identify set and other methods cannot pass int as the value on Android.

v3.1.0

19 Apr 19:10
b1373cf
Compare
Choose a tag to compare
  • Add getSessionId and getDeviceId API

v3.0.0

19 Apr 18:48
Compare
Choose a tag to compare
  • Migrate package to null-safety

v2.3.1

01 Mar 17:22
f2f3c62
Compare
Choose a tag to compare
  • Add setEventUploadThreshold API. Kudos to @spkersten for the contribution!