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

Show a graphical indicator that displays a score/total with a label

score_indicator #

Display a graphical indicator that displays a score/total with a label

Features #

ScoreIndicator(
  label: Text('Rating'),
  count: 5,
  score: 3,
  radius: 8.0,
  filledIndicatorColor: Colors.red,
  emptyIndicatorColor: Colors.blue,
);

Notes:

  • If radius is not provided it defaults to 4.0.
  • If emptyIndicatorColor is not provided it defaults to Colors.grey.
  • score must not be greater than count and should not be negative.
  • count and radius must be greater than 0.
2
likes
140
pub points
0%
popularity

Publisher

unverified uploader

Show a graphical indicator that displays a score/total with a label

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on score_indicator