simple_charts 0.0.2 copy "simple_charts: ^0.0.2" to clipboard
simple_charts: ^0.0.2 copied to clipboard

Simple charts widgets.

Light widgets to display charts.

Features #

Display percentage chart.

Display date chart.

You can customize the display or not of the X and/or Y Axis.

Usage #

Easy to use. Juste provide the needed data.


final data2 = {
  'Data 1': 0,
  'Data 2': 1,
  'Data 3': 2,
  'Data 4': 3,
};

PercentageChart(
  data: data2,
  height: 200,
  thickness: 2,
)

copied to clipboard

Additional information #

Don't hesitate to contribute or to contact me if needed.

1
likes
120
points
25
downloads

Publisher

verified publishertajaouart.com

Weekly Downloads

2024.08.30 - 2025.03.14

Simple charts widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on simple_charts