rate 0.0.2 copy "rate: ^0.0.2" to clipboard
rate: ^0.0.2 copied to clipboard

A simple star rating compnent

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rate
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: ^0.0.2
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/rate.dart';
copied to clipboard
12
likes
150
points
181
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

A simple star rating compnent

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on rate