flutter_simple_charts 0.0.3
flutter_simple_charts: ^0.0.3 copied to clipboard
A very simple donut and bar chart package, lightweight and easy to use
Changelog #
All notable changes to this project will be documented in this file.
0.0.3 - 2026-03-15 #
Updated #
- Added optional custom list of colors to data itens;
- Added optional custom color for each data item;
- Added optional custom height and width of chart area;
- Added optional maximum width of chart area (default is 600.0px);
- Added optional back ground color (default is [surfaceContainerLow] from color scheme);