Releases: amplitude/Amplitude-Flutter
Releases · amplitude/Amplitude-Flutter
v4.3.2
4.3.2 (2025-05-30)
Bug Fixes
- (web) make setOptOut grab arguments and pass to TS SDK (#260) (1c1acc2)
- iOS logLevel configuration not being applied correctly (#256) (dcf2a6f)
v4.3.1
4.3.1 (2025-04-17)
Bug Fixes
- cast call.arguments to Map rather than Map<String, dynamic> to fix setUserId and setDeviceId (#251) (409ce18)
- Unnecessary double await call (#253) (02be47d)
v4.3.0
4.3.0 (2025-03-26)
Features
v4.2.0
4.2.0 (2025-03-17)
Bug Fixes
- allow setUserId and setDeviceId to be called with null in swift code (#236) (9197d45)
- allow userId and deviceId to be set nullable (#238) (af9d225)
Features
v4.1.0
4.1.0 (2025-03-03)
Bug Fixes
- update minimum version of Amplitude-Kotlin to 1.20 (#232) (98fb633)
Features
- add getUserId and getDeviceId functions on web/android/ios (#230) (295cfa6)
v4.0.1
4.0.1 (2025-02-21)
Bug Fixes
- use js_interop_unsafe jsify() to convert dart object to JSObject rather than DIY mapToJSObj method (#229) (c9be554)
v4.0.0
4.0.0 (2025-02-19)
Bug Fixes
- Adding underlying library version to library field (#192) (9afeaa1)
- Adding underlying library version to library field (#195) (bd72e9d)
- capitalize serverZone before passing to browser SDK (#219) (3e46e78)
- don't set namespace via package attribute in AndroidManifest.xml (#225) (a56915a)
- eventType should be required positional param (#186) (1cb1f9b)
Features
- add subset of Browser SDK autocapture configuration to flutter web (#221) (ff53638)
- add support for macOS (#217) (eb66de8), closes #156 #211 #46
- enable app installed & updated events for iOS (#183) (2d4cfe2)
- update to the latests native SDKs (#179) (fa0b4b9)
- use latest Amplitude Browser 2 SDK (2.11.10) for flutter SDK web (#216) (3ba2a54)
BREAKING CHANGES
- Update to the latest native SDKs
v4.0.0-beta.9
Bug Fixes
- don't set namespace via package attribute in AndroidManifest.xml (#225) (a56915a)
Features
- add subset of Browser SDK autocapture configuration to flutter web (#221) (ff53638)
v3.16.7
3.16.7 (2025-01-21)
Bug Fixes
- removed references to deprecated v1 Android embedding (#220) (82aa8db)
v4.0.0-beta.8
Bug Fixes
- capitalize serverZone before passing to browser SDK (#219) (3e46e78)