mini_dashboard_widgets library
Mini Dashboard Widgets is a Flutter package that provides beautiful, highly customizable dashboard widgets including stat cards and charts for creating modern, responsive dashboards in Flutter applications.
This library includes:
- StatCard: Customizable metric cards with icons, titles, and values
- PieSummary: Interactive pie charts with customizable legends
- ActivityBar: Horizontal and vertical bar charts for visualizing trends
- Theming System: Comprehensive theming support with light/dark mode adaptability
@author Hamza @version 0.1.0
Classes
- ActivityBar
- A customizable bar chart for displaying activity or trends
- BarData
- Model class for bar chart data used in ActivityBar widget
- MiniDashboardTheme
- Theme data for mini_dashboard_widgets
- PieChartPainter
- Custom painter for drawing the pie chart
- PieData
- Model class for pie chart data used in PieSummary widget
- PieSummary
- A radial chart showing proportions with custom labels and colors
- StatCard
- A modern, customizable stat card widget with icon, title, and value
Enums
- BarOrientation
- Orientation for ActivityBar widget
- LegendPosition
- Legend position for PieSummary widget