ratings_plus 1.0.0 copy "ratings_plus: ^1.0.0" to clipboard
ratings_plus: ^1.0.0 copied to clipboard

A fully customizable rating bar for Flutter. Supports fractional ratings, custom shapes, gestures, forms, and global theming.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ratings_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ratings_plus: ^1.0.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:ratings_plus/ratings_plus.dart';
0
likes
160
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

A fully customizable rating bar for Flutter. Supports fractional ratings, custom shapes, gestures, forms, and global theming.

Repository (GitHub)
View/report issues

Topics

#rating #star-rating #widget #form

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ratings_plus