# fl_chart **Repository Path**: henry_git/fl_chart ## Basic Information - **Project Name**: fl_chart - **Description**: flutter 图标组件 - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FL Chart [![pub package](https://img.shields.io/pub/v/fl_chart.svg)](https://pub.dartlang.org/packages/fl_chart) [![APK](https://img.shields.io/badge/APK-Demo-brightgreen.svg)](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/fl_chart_samples_0.3.0.apk) ![FL Chart Logo](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/landing_logo.jpg) 💥 A library to draw fantastic charts in Flutter 💥 ### Chart Types |LineChart |BarChart |PieChart | |:------------:|:------------:|:-------------:| | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/line_chart/line_chart_sample_1.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#sample-1-source-code) [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/line_chart/line_chart_sample_2.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#sample-2-source-code) | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/bar_chart/bar_chart_sample_1.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/bar_chart.md#sample-1-source-code) [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/bar_chart/bar_chart_sample_2.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/bar_chart.md#sample-2-source-code) | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/pie_chart/pie_chart_sample_1.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/pie_chart.md#sample-1-source-code) [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/pie_chart/pie_chart_sample_2.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/pie_chart.md#sample-2-source-code) | |[Read More](repo_files/documentations/line_chart.md)|[Read More](repo_files/documentations/bar_chart.md)|[Read More](repo_files/documentations/pie_chart.md)| |ScatterChart |Coming Soon| Coming Soon| |:------------:|:------------:|:-------------:| | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/scatter_chart/scatter_chart_sample_1.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/scatter_chart.md#sample-1-source-code) [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/scatter_chart/scatter_chart_sample_2.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/scatter_chart.md#sample-2-source-code) | ![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/blank.png)                                           | ![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/blank.png)                                          | |[Read More](repo_files/documentations/scatter_chart.md)||| Banner designed by [Soheil Saffar](https://www.linkedin.com/in/soheilsaffar), and samples inspired from [David Kovalev](https://dribbble.com/shots/5560237-Live-Graphs-XD), [Ricardo Salazar](https://dribbble.com/shots/1956890-Data-Stats), [Dmitro Petrenko](https://dribbble.com/shots/5425378-Mobile-Application-Dashboard-for-Stock-Platform), [Ghani Pradita](https://dribbble.com/shots/6379476-Calories-Management-App), [MONUiXD](https://www.uplabs.com/posts/chart-pie-chart-bar-chart). Thank you all! # Let's get started ### 1 - Depend on it ##### Add it to your package's pubspec.yaml file ```yml dependencies: fl_chart: ^0.11.0 ``` ### 2 - Install it ##### Install packages from the command line ```sh flutter packages get ``` ### 3 - Learn it like a charm ##### Read the docs from [here](repo_files/documentations/index.md) ##### - [Animations](repo_files/documentations/handle_animations.md) |Sample1 |Sample2 |Sample3 | |:------------:|:------------:|:-------------:| | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/line_chart/line_chart_sample_1_anim.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#sample-1-source-code) | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/line_chart/line_chart_sample_2_anim.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#sample-2-source-code) | [![](https://github.com/imaNNeoFighT/fl_chart/raw/master/repo_files/images/bar_chart/bar_chart_sample_1_anim.gif)](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/bar_chart.md#sample-1-source-code) | ### 4 - Follow the roadmap ##### you can follow the roadmap from [here](repo_files/documentations/roadmap.md), 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 Check out [CONTRIBUTING.md](CONTRIBUTING.md), which contains a guide for those who wish to contribute to FL Chart. Thanks in advance!