circle_score_indicator 0.0.1
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_indicatorThis 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.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:circle_score_indicator/circle_score_indicator.dart';