icon_ratingbar 0.0.1
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_ratingbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
icon_ratingbar: ^0.0.1Alternatively, 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';