ExperienceMeter

ExperienceMeter 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.

ExperienceMeter Demo

Usage

Features

  • Customizable segment colors
  • Needle that reflects a given value
  • Center text for additional information
  • Configurable appearance and style

Installation

Add experience_meter to your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  experience_meter: ^0.0.4