Files
cabo-counter/lib/utility/constants.dart

12 lines
563 B
Dart

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