You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Text Color for The buttons Rate and others is white and there is no option to change it. I can't seem to change the colour. Please help
My Implementation
rateMyApp.init().then((_) {
rateMyApp.conditions.forEach((condition) {
if (condition is DebuggableCondition) {
print(condition.valuesAsString);
}
});
if (rateMyApp.shouldOpenDialog) {
rateMyApp.showRateDialog(
context,
title: 'Your Feedback',
message:
'If you like this app, please take a little bit of your time to review it!',
rateButton: 'Rate',
// noButton: 'NO THANKS',
laterButton: 'Maybe Later',
dialogStyle: const DialogStyle(
//dialogShape: ShapeBorder,
titleAlign: TextAlign.center,
titleStyle: TextStyle(
color: Colors.black,
),
),
ignoreNativeDialog: true,
onDismissed: () =>
rateMyApp.callEvent(RateMyAppEventType.laterButtonPressed),
);
}
});
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The Text Color for The buttons Rate and others is white and there is no option to change it. I can't seem to change the colour. Please help
My Implementation
rateMyApp.init().then((_) {
rateMyApp.conditions.forEach((condition) {
if (condition is DebuggableCondition) {
print(condition.valuesAsString);
}
});
if (rateMyApp.shouldOpenDialog) {
rateMyApp.showRateDialog(
context,
title: 'Your Feedback',
message:
'If you like this app, please take a little bit of your time to review it!',
rateButton: 'Rate',
// noButton: 'NO THANKS',
laterButton: 'Maybe Later',
dialogStyle: const DialogStyle(
//dialogShape: ShapeBorder,
titleAlign: TextAlign.center,
titleStyle: TextStyle(
color: Colors.black,
),
),
ignoreNativeDialog: true,
onDismissed: () =>
rateMyApp.callEvent(RateMyAppEventType.laterButtonPressed),
);
}
});
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: