Releases: amplitude/Amplitude-Flutter
Releases · amplitude/Amplitude-Flutter
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!
v2.3.0
Add regenerateDeviceId
API to enable regenerate a new deviceId.
v2.2.3
- Bump iOS (7.2.0) and Android (2.29.2) Amplitude SDK versions
- Add
setUseDynamicConfig
API to dynamically adjust server URL
v2.2.2
- Fix - Fixing crash on iOS. Thanks @nishiths23!
- Misc - Migrated plugin to android v2 embedding. Thanks @sergey-triputsco!
v2.2.1
- Fix addIdentity doesn't work correctly. Thanks @bradchien!