Simple Rate My App

In-App Review Android Demo In-App Review IOS Demo

Getting Started

SimpleRateMyApp.init(
    // Define your rule (or just use the default rule)
    canShow: () {
        return SimpleRateMyApp.daysElapsed == 8;
    }
    // Define your callback when the rule is true
    onShow: (){
        // Your Custom Rate Dialog
    },
);

Libraries

simple_rate_my_app