File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ import 'package:flutter/material.dart';
66
77class 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
You can’t perform that action at this time.
0 commit comments