Skip to content

Commit ff50748

Browse files
chore(release): 4.4.0
# [4.4.0](v4.3.11...v4.4.0) (2026-03-31) ### Features * **internal:** improvements to support other Amplitude Flutter SDKs ([#291](#291)) ([0652f47](0652f47))
1 parent 0652f47 commit ff50748

4 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.4.0](https://github.com/amplitude/Amplitude-Flutter/compare/v4.3.11...v4.4.0) (2026-03-31)
2+
3+
4+
### Features
5+
6+
* **internal:** improvements to support other Amplitude Flutter SDKs ([#291](https://github.com/amplitude/Amplitude-Flutter/issues/291)) ([0652f47](https://github.com/amplitude/Amplitude-Flutter/commit/0652f47fd5780b00407118b8be2a95c57f2c7108))
7+
18
## [4.3.11](https://github.com/amplitude/Amplitude-Flutter/compare/v4.3.10...v4.3.11) (2026-02-24)
29

310

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
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.11"
10+
version: "4.4.0"
1111
async:
1212
dependency: transitive
1313
description:
@@ -107,10 +107,10 @@ packages:
107107
dependency: transitive
108108
description:
109109
name: matcher
110-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
110+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
111111
url: "https://pub.dev"
112112
source: hosted
113-
version: "0.12.18"
113+
version: "0.12.19"
114114
material_color_utilities:
115115
dependency: transitive
116116
description:
@@ -184,10 +184,10 @@ packages:
184184
dependency: transitive
185185
description:
186186
name: test_api
187-
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
187+
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
188188
url: "https://pub.dev"
189189
source: hosted
190-
version: "0.7.9"
190+
version: "0.7.10"
191191
vector_math:
192192
dependency: transitive
193193
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.11';
3+
static const packageVersion = '4.4.0';
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.11
3+
version: 4.4.0
44
homepage: https://www.amplitude.com
55
repository: https://github.com/amplitude/Amplitude-Flutter
66

0 commit comments

Comments
 (0)