imaNNeoFighT/fl_chart
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart, Pie Chart and Scatter Chart.
repo name | imaNNeoFighT/fl_chart |
repo link | https://github.com/imaNNeoFighT/fl_chart |
homepage | |
language | Dart |
size (curr.) | 36492 kB |
stars (curr.) | 1369 |
created | 2019-05-12 |
license | BSD 3-Clause “New” or “Revised” License |
FL Chart
💥 A library to draw fantastic charts in Flutter 💥
Chart Types
LineChart | BarChart | PieChart |
---|---|---|
Read More | Read More | Read More |
ScatterChart | Coming Soon | Coming Soon |
---|---|---|
                                           |                                           | |
Read More |
Banner designed by Soheil Saffar, and samples inspired from David Kovalev, Ricardo Salazar, Dmitro Petrenko, Ghani Pradita, MONUiXD. Thank you all!
Let’s get started
1 - Depend on it
Add it to your package’s pubspec.yaml file
dependencies:
fl_chart: ^0.8.7
2 - Install it
Install packages from the command line
flutter packages get
3 - Learn it like a charm
Read the docs from here
- Animations
Sample1 | Sample2 | Sample3 |
---|---|---|
4 - Follow the roadmap
you can follow the roadmap from here, and (let me know your suggestions)
And the last but not least 🔥
:beer: pull requests are welcome!
:moneybag: Donation (bitcoin) :moneybag:
Buy me some food to survive, I would add more features if I was alive
1L7ghKdcmgydmUJAnmYmMaiVjT1LoP4a45
Contributing
-
Make sure to format files using Dart formatter with line length of 100. VSC users will have these settings auto applied via the included VSC workspace config.
-
Submit a PR with your changes.