From 5ef903ed91c037420e54365ed57ba95b29c5f84f Mon Sep 17 00:00:00 2001 From: mario meltzow Date: Thu, 19 Sep 2024 12:09:47 +0200 Subject: [PATCH] add constants.dart --- example/lib/constants.dart | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 example/lib/constants.dart diff --git a/example/lib/constants.dart b/example/lib/constants.dart new file mode 100644 index 0000000..a2f314d --- /dev/null +++ b/example/lib/constants.dart @@ -0,0 +1,3 @@ +var apiKey = 'FOOBAR'; // Replace with your PostHog API key +var host = + 'https://eu.i.posthog.com'; // Replace with your PostHog host