Skip to content

Commit 426485d

Browse files
committed
update changelog
1 parent 88abd00 commit 426485d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 4.1.0 - 07/04/2025
2+
### Added
3+
4+
- Emotion AI collect method `collectEmotionsAIEvents` in visitor instance
5+
- Emotion AI `onAppScreenChange` method to update the name of the screen being displayed during the collect process
6+
- The EmotionAI features are covered by troubleshooting hits in order to debug and examine any issues that may arise.
7+
18
# 4.0.0 - 10/08/2024
29
### Changed
310
- The `Flag getFlag<T>(String key)` is the new signature for the getFlag method .

example/lib/Providers/fs_data.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import 'package:flutter/material.dart';
66

77
class FSData extends ChangeNotifier {
88
// Apikey
9-
String _apiKey = "DxAcxlnRB9yFBZYtLDue1q01dcXZCw6aM49CQB23"; //
9+
String _apiKey = "--"; //
1010
// EnvId
11-
String _envId = "bkk9glocmjcg0vtmdlng"; // cpg6t44kv21g1ajm3bhg
11+
String _envId = "bkk9glocmjcg0vtmdlng"; //
1212
// Mode
1313
Mode _mode = Mode.DECISION_API;
1414
// Timeout

0 commit comments

Comments
 (0)