Implement native rating dialog

This commit is contained in:
2025-07-09 22:04:54 +02:00
parent 61d844c289
commit ceb0be123e
3 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
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);
}