Skip to content

Commit 367558c

Browse files
chore(release): 4.3.1
## [4.3.1](v4.3.0...v4.3.1) (2025-04-17) ### Bug Fixes * cast call.arguments to Map rather than Map<String, dynamic> to fix setUserId and setDeviceId ([#251](#251)) ([409ce18](409ce18)) * Unnecessary double await call ([#253](#253)) ([02be47d](02be47d))
1 parent 409ce18 commit 367558c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [4.3.1](https://github.com/amplitude/Amplitude-Flutter/compare/v4.3.0...v4.3.1) (2025-04-17)
2+
3+
4+
### Bug Fixes
5+
6+
* cast call.arguments to Map rather than Map<String, dynamic> to fix setUserId and setDeviceId ([#251](https://github.com/amplitude/Amplitude-Flutter/issues/251)) ([409ce18](https://github.com/amplitude/Amplitude-Flutter/commit/409ce18bf138a5de852099a324fad75ca4ebf7c3))
7+
* Unnecessary double await call ([#253](https://github.com/amplitude/Amplitude-Flutter/issues/253)) ([02be47d](https://github.com/amplitude/Amplitude-Flutter/commit/02be47dc918eb5e06add66ae0b0fd5e32f7e11cd))
8+
19
# [4.3.0](https://github.com/amplitude/Amplitude-Flutter/compare/v4.2.0...v4.3.0) (2025-03-26)
210

311

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "4.3.0"
10+
version: "4.3.1"
1111
async:
1212
dependency: transitive
1313
description:

lib/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Constants {
22
static const packageName = 'amplitude-flutter';
3-
static const packageVersion = '4.3.0';
3+
static const packageVersion = '4.3.1';
44
static const identifyEvent = '\$identify';
55
static const groupIdentifyEvent = '\$groupidentify';
66
static const revenueEvent = 'revenue_amount';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplitude_flutter
22
description: Official Amplitude Flutter SDK, supporting Android, iOS, macOS, and web platforms.
3-
version: 4.3.0
3+
version: 4.3.1
44
homepage: https://www.amplitude.com
55
repository: https://github.com/amplitude/Amplitude-Flutter
66

0 commit comments

Comments
 (0)