experience_meter 0.0.1
experience_meter: ^0.0.1 copied to clipboard
A custom meter chart component using CustomPainter.
MeterPainter #
MeterPainter is a Flutter package that provides a custom meter chart component using the CustomPainter class. This component allows you to create a visually appealing meter chart with customizable segments, a needle, and center text.
Features #
- Customizable segment colors
- Needle that reflects a given value
- Center text for additional information
- Configurable appearance and style
Installation #
Add meter_painter to your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
meter_painter: ^0.0.1 # Replace with the latest version