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 771d901 commit 79ce158Copy full SHA for 79ce158
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+# 4.0.2 - 24/06/2025
3
+
4
+### Fix
5
+Add information in visitor context: fs_users , fs_client , fs_version.
6
7
# 4.0.1 - 18/04/2025
8
9
### Fixed
example/lib/Providers/fs_data.dart
@@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
class FSData extends ChangeNotifier {
// Apikey
- String _apiKey = "DxAcxlnRB9yFBZYtLDue1q01dcXZCw6aM49CQB23"; //
+ String _apiKey = "apiKey"; //
// EnvI
String _envId = "bkk9glocmjcg0vtmdlng"; //
10
// Mode
0 commit comments