rate_my_app 2.1.0 copy "rate_my_app: ^2.1.0" to clipboard
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';
563
likes
130
pub points
98%
popularity

Publisher

verified publisherskyost.eu

Allows to kindly ask users to rate your app if custom conditions are met (eg. install time, number of launches, etc...).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_rating_bar, shared_preferences

More

Packages that depend on rate_my_app