rate_popup 1.0.12
rate_popup: ^1.0.12 copied to clipboard
This package allows you to receive ratings from users.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rate_popupWith Flutter:
$ flutter pub add rate_popupThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rate_popup: ^1.0.12Alternatively, your editor might support dart pub get or 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_popup/rate_popup.dart';