Releases: amplitude/Amplitude-Flutter
Releases · amplitude/Amplitude-Flutter
v3.7.0
- 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
- Add server zone support for EU dynamic configuration
v3.5.0
- Add preInsert, postInsert, remove, clearAll methods for Identify. Thanks @reeichert!
v3.4.0
- Add
useAppSetIdForDeviceId
API for Android. - Upgrade kotlin gradle plugin to '1.5.30'
v3.3.0
- Add
setMinTimeBetweenSessionsMillis
API. Thanks @chillbrodev!
v3.2.1
- 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
- Fix Identify set and other methods cannot pass int as the value on Android.
v3.1.0
- Add getSessionId and getDeviceId API
v3.0.0
- Migrate package to null-safety
v2.3.1
- Add setEventUploadThreshold API. Kudos to @spkersten for the contribution!