icon_ratingbar 0.0.1 copy "icon_ratingbar: ^0.0.1" to clipboard
icon_ratingbar: ^0.0.1 copied to clipboard

The IconRatingBar is a customizable Flutter widget for creating a rating bar with icons. It allows you to set the number of stars, initial rating, and choose icons for selected/unselected states. You [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add icon_ratingbar

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

dependencies:
  icon_ratingbar: ^0.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:icon_ratingbar/icon_ratingbar.dart';
2
likes
150
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

The IconRatingBar is a customizable Flutter widget for creating a rating bar with icons. It allows you to set the number of stars, initial rating, and choose icons for selected/unselected states. You can customize colors, icon size, spacing, container size, and border styles. It also provides a callback to capture the selected rating.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on icon_ratingbar