should_review 0.1.2
should_review: ^0.1.2 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.1.2
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';