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 [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_circle_grade
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_circle_grade: ^1.0.2
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:flutter_circle_grade/constants/colors.dart';
import 'package:flutter_circle_grade/view/circle_view.dart';