flutter_circle_grade 1.0.2
flutter_circle_grade: ^1.0.2 copied to clipboard
This package provides a customizable gauge indicator that can be used in your Flutter application. The gauge indicator is ideal for adding a modern and interactive element to your application's user i [...]
Flutter Circle Grade Package #
You can use the package by adding the sizer package to the application. The application is developing and dependencies will be revised over time.
Dependent package: Sizer
Use #
CircleDegree(
max: 100,
min: 0,
value: 50,
colors: [Colors.blueGrey, Colors.blueAccent, Colors.blue],
image: "assets/icon/default.png",
)