should_review 0.2.5 copy "should_review: ^0.2.5" to clipboard
should_review: ^0.2.5 copied to clipboard

A flutter package to determine if you should prompt users to rate your app based on some set metrics.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add should_review

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  should_review: ^0.2.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:should_review/should_review.dart';
8
likes
140
pub points
66%
popularity

Publisher

verified publisherfrancisilechukwu.com

A flutter package to determine if you should prompt users to rate your app based on some set metrics.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on should_review