File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
2+
3+ # 4.2.0-beta - 4/11/2025
4+
5+ ### Added
6+
7+ - Flag activation deduplication to prevent redundant activation hits for the same campaign/variation during a visitor session.
8+ - Adds session-based tracking (30 min) to deduplicate flag activations for the same campaign/variation
9+ - Manage experience continuity in bucketing mode.
10+
11+
212# 4.1.2-beta - 24/06/2025
313
414### Fix
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
55
66class FSData extends ChangeNotifier {
77 // Apikey
8- String _apiKey = "DxAcxlnRB9yFBZYtLDue1q01dcXZCw6aM49CQB23 " ; //
8+ String _apiKey = "apiKey " ; //
99 // EnvId
1010 String _envId = "bkk9glocmjcg0vtmdlng" ; //
1111 // Mode
You can’t perform that action at this time.
0 commit comments