Skip to content

Commit 79ce158

Browse files
committed
celan
1 parent 771d901 commit 79ce158

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
# 4.0.2 - 24/06/2025
3+
4+
### Fix
5+
Add information in visitor context: fs_users , fs_client , fs_version.
6+
27
# 4.0.1 - 18/04/2025
38

49
### Fixed

example/lib/Providers/fs_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
44

55
class FSData extends ChangeNotifier {
66
// Apikey
7-
String _apiKey = "DxAcxlnRB9yFBZYtLDue1q01dcXZCw6aM49CQB23"; //
7+
String _apiKey = "apiKey"; //
88
// EnvI
99
String _envId = "bkk9glocmjcg0vtmdlng"; //
1010
// Mode

0 commit comments

Comments
 (0)