0 purchases
circle score indicator
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),
copied to clipboard
🔗 Links #
Screenshots #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.