gauge_progress 1.0.0
gauge_progress: ^1.0.0 copied to clipboard
A customizable semi-circular gauge progress widget for Flutter with adjustable colors, stroke widths, and size.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-02-24 #
🚀 Initial Professional Release #
✨ Added
- Semi Circular Gauge
- Full Circular Gauge
- Segmented Gauge
- Dashed Gauge
- Speedometer (Needle) Gauge
- Multi-Range Gauge (Green/Yellow/Red zones)
- Gradient support for progress arc
- Adjustable stroke width (progress & background)
- Optional center text & label
- Responsive sizing support
- Customizable segment count
- Professional dashboard example app
🏗 Architecture
- Built using CustomPainter
- Optimized repaint logic
- Lightweight & high-performance drawing
- Clean and extensible GaugeType enum structure
