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 [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add circle_score_indicator

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

dependencies:
  circle_score_indicator: ^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:circle_score_indicator/circle_score_indicator.dart';
2
likes
125
points
20
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