Skip to content

Commit

Permalink
Update pubspec.yaml screenshots section and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imaNNeo committed Jan 19, 2023
1 parent c6da991 commit 5a56417
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* **BREAKING** (by @lsaudon) Update dart sdk to 2.17.0 (flutter 3.0.0)
* **BUGFIX** (by @imaNNeoFighT) Fix indicator out of range error in line chart, #1187
* **FEATURE** (by @HTsuruo): Add `longPressDuration` optional property that allows to control the duration LongPress gesture occurs, #1114 #1127.
* **IMPROVEMENT** (by @imaNNeoFighT) Add some screenshots in `pubspec.yaml` to support new [pub.dev](pub.dev) feature. Read more about it [here](https://dart.dev/tools/pub/pubspec#screenshots) and [here](https://medium.com/dartlang/screenshots-and-automated-publishing-for-pub-dev-9bceb19edf79).

## 0.55.2
* **BUGFIX** (by @imaNNeoFighT): Fix inner border of pieChart with single section, #1089
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ dev_dependencies:
very_good_analysis: ^3.1.0

screenshots:
- description: 'This screenshot shows two LineCharts. First one has curved lines with different colors. Second one has a below colored area.'
- 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: 'This screenshot shows a linechart sample which updates continuously. You can connect it with a real-time data stream'
- 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
- description: 'This screenshot shows two BarCharts. First one is a grouped bar chart. Second one has a back draw bars and shows a tooltip when you hover or touch the lines.'
- 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
- 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.'
- 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. First one is a pieChart with a space between the sections. Second one has a centered circle blank area. Third one has some widgets in the PieChartSections'
- 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
- description: 'This screenshot shows a ScatterChart. When you touch/click on a spot, it turns to a colored spot with a tooltip above it'
- 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 there are 5 data entries with different colors'
- 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

0 comments on commit 5a56417

Please sign in to comment.