RateMyApp icon indicating copy to clipboard operation
RateMyApp copied to clipboard

The Text Color for The buttons Rate and others is white and there is no option to change it.

Open Pbonmars-20031006 opened this issue 2 years ago • 3 comments
trafficstars

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 Screenshot_1670324470

Additional context Add any other context about the problem here.

Pbonmars-20031006 avatar Dec 06 '22 11:12 Pbonmars-20031006

If you open another dialog (without RateMyApp), are your buttons still white ?

Skyost avatar Dec 06 '22 14:12 Skyost

No they seem to be working fine

Pbonmars-20031006 avatar Dec 10 '22 17:12 Pbonmars-20031006

Okay, this should not happen. Anyway, you can change your buttons color using a custom actionsBuilder.

Skyost avatar Dec 27 '22 11:12 Skyost