Files
cabo-counter/lib/utility/constants.dart
2025-07-10 17:15:58 +02:00

14 lines
665 B
Dart

class Constants {
static String appDevPhase = 'Beta';
static const String INSTAGRAM_LINK = 'https://instagram.felixkirchner.de';
static const String GITHUB_LINK = 'https://github.felixkirchner.de';
static const String GITHUB_REPO_LINK = 'https://github.felixkirchner.de';
static const String GITHUB_ISSUES_LINK =
'https://github.com/flixcoo/Cabo-Counter/issues';
static const String GITHUB_WIKI_LINK =
'https://github.com/flixcoo/Cabo-Counter/wiki';
static const String EMAIL = 'cabocounter@felixkirchner.de';
static const String PRIVACY_POLICY_LINK =
'https://www.privacypolicies.com/live/1b3759d4-b2f1-4511-8e3b-21bb1626be68';
}