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

CircleScoreIndicator is a Flutter widget that visually represents wrong and right values using a circular progress indicator. This widget is useful for applications that need to display the ratio of c [...]

circle_score_indicator #

A brief description of what this project does and who it's for

circle_score_indicator #

CircleScoreIndicator a Flutter widget that visually represents wrong and right values using a circular progress indicator. This widget is ideal for applications that need to display the ratio of correct and incorrect values in a visually appealing wa

Features #

  • Visual Feedback: Displays a circular line with sections for right (green) and wrong (red) values..
  • Customizable Values: Input total, right, and wrong values..
  • Customizable Style: Set text color, weight, alignment, and direction.
  • Easy Integration: Simple to integrate into your Flutter projects.

Platform Support #

  • Null Safety: This package supports null safety.
  • Supported Platforms: Windows, macOS, Linux, Android, iOS.

#

Getting started #

Usage #

Here is a code snippet showing how to use the CircleScoreIndicator widget:

#

 CircleScoreIndicator(
              radius: MediaQuery.sizeOf(context).height * 0.2,
              totalValue: 70,
              wrongValue: 49,
              avatarBackgroundColor: Colors.red,
              avatarForegroundColor: Colors.amber,
              score: '-35',
              righValue: 21),

portfolio linkedin

Screenshots #

App Screenshot

2
likes
125
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

CircleScoreIndicator is a Flutter widget that visually represents wrong and right values using a circular progress indicator. This widget is useful for applications that need to display the ratio of correct and incorrect values in a visually appealing way.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on circle_score_indicator