Skip to content

Bump version to 0.60.0 #1220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## newVersion
## 0.60.0
* **IMPROVEMENT** (by @lsaudon) Replace flutter_lints by very_good_analysis
* **BREAKING** (by @lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
* **BUGFIX** (by @imaNNeo) Fix indicator out of range error in line chart, #1187
Expand Down
Binary file added pub_screenshots/bar_chart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pub_screenshots/bar_chart_sample_7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pub_screenshots/line_chart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pub_screenshots/line_chart_sample_10.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pub_screenshots/pie_chart.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pub_screenshots/radar_chart_sample_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pub_screenshots/scatter_chart_sample_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fl_chart
description: A highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
version: 0.55.2
version: 0.60.0
homepage: https://github.com/imaNNeo/fl_chart

environment:
Expand All @@ -23,17 +23,17 @@ dev_dependencies:
very_good_analysis: ^3.1.0

screenshots:
- description: 'This screenshot shows two LineCharts. The first one has curved lines with different colors. The second one has a below-colored area.'
path: repo_files/images/line_chart/line_chart.jpg
- description: 'The first LineChart has curved lines with different colors. The second one has a below-colored area.'
path: pub_screenshots/line_chart.jpg
- description: 'This screenshot shows a LineChart sample that updates continuously. You can connect it with a real-time data stream.'
path: repo_files/images/line_chart/line_chart_sample_10.gif
path: pub_screenshots/line_chart_sample_10.gif
- description: 'This screenshot shows two BarCharts. The first one is a grouped bar chart. The second one has back-draw bars and shows a tooltip when you hover or touch the lines.'
path: repo_files/images/bar_chart/bar_chart.jpg
path: pub_screenshots/bar_chart.jpg
- description: 'This is a BarChart with some icons as its bottom titles. So we used flutter widgets and you can put any customized widget you want.'
path: repo_files/images/bar_chart/bar_chart_sample_7.gif
- description: 'This screenshot shows three PieCharts. The first one is a PieChart with a space between the sections. The second one has a centered circle blank area. The third one has some widgets in the PieChartSections.'
path: repo_files/images/pie_chart/pie_chart.jpg
path: pub_screenshots/bar_chart_sample_7.gif
- description: 'The first PieChart has a space between the sections. The second one has a centered circle blank area. The third one has some widgets in the PieChartSections.'
path: pub_screenshots/pie_chart.jpg
- description: 'This screenshot shows a ScatterChart. When you touch/click on a spot, it turns to a colored spot with a tooltip above it.'
path: repo_files/images/scatter_chart/scatter_chart_sample_2.gif
- description: 'This screenshot shows a RadarChart. There are three metrics and 5 data entries with different colors.'
path: repo_files/images/radar_chart/radar_chart_sample_1.jpg
path: pub_screenshots/scatter_chart_sample_2.gif
- description: 'A RadarChart with three metrics and 5 data entries with different colors.'
path: pub_screenshots/radar_chart_sample_1.jpg