rate_my_app 2.1.0 rate_my_app: ^2.1.0 copied to clipboard
Allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rate_my_app
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
rate_my_app: ^2.1.0
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:rate_my_app/rate_my_app.dart';