diff --git a/.vscode/settings.json b/.vscode/settings.json index 294a6d9de..219863325 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "editor.formatOnType": true, "editor.suggest.snippetsPreventQuickSuggestions": false, "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": false, + "editor.wordBasedSuggestions": "off", "files.insertFinalNewline": true, "editor.defaultFormatter": "Dart-Code.dart-code" } diff --git a/README.md b/README.md index 3966902ca..53b7b8f03 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -📊 FL Chart is a highly customizable Flutter chart library that supports **[Line Chart](https://app.flchart.dev/#/line)**, **[Bar Chart](https://app.flchart.dev/#/bar)**, **[Pie Chart](https://app.flchart.dev/#/pie)**, **[Scatter Chart](https://app.flchart.dev/#/scatter)**, and **[Radar Chart](https://app.flchart.dev/#/radar)**. - -✅ Do you want to **motivate me to work more on fl_chart?** You can **[donate me](https://github.com/imaNNeo/fl_chart#donation)** ;) - -![FL Chart Logo](https://github.com/imaNNeo/fl_chart/raw/main/repo_files/images/landing_logo.jpg) +![FL Chart Logo](https://github.com/imaNNeo/fl_chart/raw/main/repo_files/images/landing_logo.png) [![pub package](https://img.shields.io/pub/v/fl_chart.svg)](https://pub.dartlang.org/packages/fl_chart) [![codecov](https://codecov.io/gh/imaNNeo/fl_chart/branch/main/graph/badge.svg?token=XBhsIZBbZG)](https://codecov.io/gh/imaNNeo/fl_chart) @@ -15,6 +11,11 @@ Buy Me A Coffee donate button +### Overview +📊 FL Chart is a highly customizable Flutter chart library that supports **[Line Chart](https://app.flchart.dev/#/line)**, **[Bar Chart](https://app.flchart.dev/#/bar)**, **[Pie Chart](https://app.flchart.dev/#/pie)**, **[Scatter Chart](https://app.flchart.dev/#/scatter)**, and **[Radar Chart](https://app.flchart.dev/#/radar)**. + +[![FL Chart Overview Video Thumbnail](https://github.com/imaNNeo/fl_chart/raw/main/repo_files/images/landing_logo.png)](https://youtu.be/hVRU-kpKNjQ) + ### Chart Types |LineChart |BarChart |PieChart | diff --git a/repo_files/images/landing_logo.jpg b/repo_files/images/landing_logo.jpg index b994fbb83..04471ff88 100644 Binary files a/repo_files/images/landing_logo.jpg and b/repo_files/images/landing_logo.jpg differ diff --git a/repo_files/images/overview_thumbnail.png b/repo_files/images/overview_thumbnail.png new file mode 100644 index 000000000..f4906cf7f Binary files /dev/null and b/repo_files/images/overview_thumbnail.png differ