super_rating 1.0.1 copy "super_rating: ^1.0.1" to clipboard
super_rating: ^1.0.1 copied to clipboard

super_rating is a Flutter package that provides a customizable rating bar widget with various styles and configurations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_rating

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

dependencies:
  super_rating: ^1.0.1

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:super_rating/super_rating.dart';
3
likes
140
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

super_rating is a Flutter package that provides a customizable rating bar widget with various styles and configurations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_rating_bar

More

Packages that depend on super_rating