Updated file paths

This commit is contained in:
2025-07-10 17:31:07 +02:00
parent 6db7fa6ad2
commit 7b787a6a4f
9 changed files with 17 additions and 25 deletions

View File

@@ -1,5 +1,8 @@
import 'package:rate_my_app/rate_my_app.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 =
@@ -8,4 +11,11 @@ class Constants {
static const String EMAIL = 'cabocounter@felixkirchner.de';
static const String PRIVACY_POLICY_LINK =
'https://www.privacypolicies.com/live/1b3759d4-b2f1-4511-8e3b-21bb1626be68';
static RateMyApp rateMyApp = RateMyApp(
appStoreIdentifier: '6747105718',
minDays: 15,
remindDays: 45,
minLaunches: 15,
remindLaunches: 40);
}

View File

@@ -1,11 +0,0 @@
import 'package:rate_my_app/rate_my_app.dart';
class Globals {
static String appDevPhase = 'Beta';
static RateMyApp rateMyApp = RateMyApp(
appStoreIdentifier: '6747105718',
minDays: 15,
remindDays: 45,
minLaunches: 15,
remindLaunches: 40);
}