app_review_helper 0.0.2 copy "app_review_helper: ^0.0.2" to clipboard
app_review_helper: ^0.0.2 copied to clipboard

This plugin will make it easier for you to use in-app review with minimal conditions.

App Review Helper #

This plugin will make it easier for you to use in-app review with minimal conditions. It will also try requesting an in-app review every time a new version is published and it satisfy with the conditions.

Usage #

AppReviewHelper.initial(
    /// Min days
    minDays: 3,

    /// If you add this line in your main(), it's same as app opening count
    minCallThisFunction: 3,

    /// If the current version is satisfied with this than not showing the request
    /// this value use plugin `satisfied_version` to compare.
    noRequestVersions: ['<=1.0.0', '3.0.0', '>4.0.0'],

    /// Request with delayed duaration
    duration: const Duration(seconds: 1),
    
    /// Print debug log
    isDebug: false,
);
4
likes
0
pub points
60%
popularity

Publisher

verified publisherlamnhan.dev

This plugin will make it easier for you to use in-app review with minimal conditions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

app_review, flutter, package_info_plus, satisfied_version, shared_preferences

More

Packages that depend on app_review_helper