Chart It
A customisable charts library with seamless animations for flutter
Last updated
A customisable charts library with seamless animations for flutter
Last updated
You can find an example and source code on the GitHub repo.
Add the chart_it
package to your project's pubspec.yaml
file:
Alternatively, you can also run the following command in your Flutter Project:
All Charts in `chart_it`
are categorized in two:
Cartesian Charts
Bar Chart
Multi-Bar Chart
Radial Charts
Pie Chart
Donut Chart
Pick a Chart Widget for the type of Chart you want to draw and provide the necessary data for them.
Bar Charts
Donut Charts
Flutter Charts is licensed under the BSD-3-Clause license. Check the LICENSE file for details.