We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376f588 commit 9a552ecCopy full SHA for 9a552ec
packages/core/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.4
2
+
3
+- Fix Network Context deserialization issue
4
5
## 1.1.3
6
7
- Fix Deep Linking for iOS and Android
packages/core/lib/version.dart
@@ -1 +1 @@
-const segmentVersion = "1.1.3";
+const segmentVersion = "1.1.4";
packages/core/pubspec.yaml
@@ -1,6 +1,6 @@
name: segment_analytics
description: The hassle-free way to add Segment analytics to your Flutter app.
-version: 1.1.3
+version: 1.1.4
homepage: https://github.com/segmentio/analytics_flutter#readme
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
0 commit comments