rate_my_app 2.3.0 copy "rate_my_app: ^2.3.0" to clipboard
rate_my_app: ^2.3.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
copied to clipboard

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.3.0
copied to clipboard

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';
copied to clipboard
609
likes
150
points
31.6k
downloads

Publisher

verified publisherskyost.eu

Weekly Downloads

2024.05.28 - 2025.04.22

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_rating_bar, shared_preferences

More

Packages that depend on rate_my_app