File tree Expand file tree Collapse file tree 1 file changed +11
-18
lines changed
Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change 11# Charts Flutter
2- Simple and beautiful smooth animation charts.
3-
4- # About
5- The main goal was to create beautiful smooth own charts.
6-
7- We created all charts, animations using components provided by Flutter or even layers of canvas.
8-
9- By making the project public, we can also show you how we work at Merixstudio, library uses the standard developed by our developers.
10-
11- # Features
12- - Smooth, beautiful animations,
13- - Chart bar, pie, line and more...
14-
15- # Screenshots
2+ Simple and beautiful smooth animated charts.
3+ ## Supported charts
4+ ### Bar
165![ Screenshot1] ( /screenshots/chart_bar.gif )
6+ ### Group bar
177![ Screenshot2] ( /screenshots/chart_group_bar.gif )
8+ ### Candle
189![ Screenshot3] ( /screenshots/chart_candle.gif )
10+ ### Line
1911![ Screenshot4] ( /screenshots/chart_line.gif )
12+ ### Pie
2013![ Screenshot5] ( /screenshots/chart_pie.gif )
21- # Examples
22- Simple example for chart bar:
14+ ## Example
15+ Check ` / example` folder for more detailed usage
2316``` dart
2417Chart(
2518 layers: [
6558 ],
6659)
6760```
68-
69- # License
61+ ## About
62+ Developed with passion, by Merixstudio developers.
You can’t perform that action at this time.
0 commit comments