diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ca4f2..43b8ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,30 @@ +## [1.1.1] - 2022-01-25 +#### [@rickypid](https://github.com/rickypid) + +* Improved documentations. + ## [1.1.0] - 2021-05-03 +#### [@rickypid](https://github.com/rickypid) * Add Null-Safety support. * Fix documentation. ## [1.0.0] - 2021-04-11 +#### [@rickypid](https://github.com/rickypid) * First release. ## [0.1.2-alpha] - 2021-04-11 +#### [@rickypid](https://github.com/rickypid) * Optimization documentation release, change example path, edit description. ## [0.1.1-alpha] - 2021-04-11 +#### [@rickypid](https://github.com/rickypid) * Optimization documentation release. ## [0.1.0-alpha] - 2021-04-11 +#### [@rickypid](https://github.com/rickypid) * Initial Open Source release. diff --git a/README.md b/README.md index 07d1769..9cea69e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,22 @@ BarGraph( | :------------: | :------------: | :------------: | | **Vertical space around** | **Horizontal space around** | **Vertical space between** | +## 📚 My other packages +### Flutter +| Package | Verison | Score | Likes | Test | Coverage | +|--|--|--|--|--|--| +| [![](https://img.shields.io/static/v1?label=flutter&message=flutter_expandable_table&color=red??style=for-the-badge&logo=GitHub)](https://github.com/rickypid/flutter_expandable_table) | [![Pub Package](https://img.shields.io/pub/v/flutter_expandable_table.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_expandable_table) | [![pub points](https://badges.bar/flutter_expandable_table/pub%20points)](https://pub.dev/packages/flutter_expandable_table/score) | [![likes](https://badges.bar/flutter_expandable_table/likes)](https://pub.dev/packages/flutter_expandable_table/score) | | | +| [![](https://img.shields.io/static/v1?label=flutter&message=widget_tree_depth_counter&color=red??style=for-the-badge&logo=GitHub)](https://github.com/rickypid/widget_tree_depth_counter) | [![Pub Package](https://img.shields.io/pub/v/widget_tree_depth_counter.svg?style=flat-square)](https://pub.dartlang.org/packages/widget_tree_depth_counter) | [![pub points](https://badges.bar/widget_tree_depth_counter/pub%20points)](https://pub.dev/packages/widget_tree_depth_counter/score) | [![likes](https://badges.bar/widget_tree_depth_counter/likes)](https://pub.dev/packages/widget_tree_depth_counter/score) | | | +| [![](https://img.shields.io/static/v1?label=flutter&message=flutter_scroll_shadow&color=red??style=for-the-badge&logo=GitHub)](https://github.com/rickypid/flutter_scroll_shadow) | [![Pub Package](https://img.shields.io/pub/v/flutter_scroll_shadow.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_scroll_shadow) | [![pub points](https://badges.bar/flutter_scroll_shadow/pub%20points)](https://pub.dev/packages/flutter_scroll_shadow/score) | [![likes](https://badges.bar/flutter_scroll_shadow/likes)](https://pub.dev/packages/flutter_scroll_shadow/score) | | | +| [![](https://img.shields.io/static/v1?label=flutter&message=flutter_bargraph&color=red??style=for-the-badge&logo=GitHub)](https://github.com/rickypid/flutter_bargraph) | [![Pub Package](https://img.shields.io/pub/v/flutter_bargraph.svg?style=flat-square)](https://pub.dartlang.org/packages/flutter_bargraph) | [![pub points](https://badges.bar/flutter_bargraph/pub%20points)](https://pub.dev/packages/flutter_bargraph/score) | [![likes](https://badges.bar/flutter_bargraph/likes)](https://pub.dev/packages/flutter_bargraph/score) | | | + + +### Dart + +| Package | Verison | Score | Likes | Test | Coverage | +|--|--|--|--|--|--| +| [![](https://img.shields.io/static/v1?label=dart&message=cowsay&color=red??style=for-the-badge&logo=GitHub)](https://github.com/rickypid/cowsay) | [![Pub Package](https://img.shields.io/pub/v/cowsay.svg?style=flat-square)](https://pub.dartlang.org/packages/cowsay) | [![pub points](https://badges.bar/cowsay/pub%20points)](https://pub.dev/packages/cowsay/score) | [![likes](https://badges.bar/cowsay/likes)](https://pub.dev/packages/cowsay/score) | [![Test CI](https://github.com/rickypid/cowsay/actions/workflows/test.yml/badge.svg)](https://github.com/rickypid/cowsay/actions/workflows/test.yml) | [![codecov](https://codecov.io/gh/rickypid/cowsay/branch/master/graph/badge.svg?token=Z65KEB9SAX)](https://codecov.io/gh/rickypid/cowsay) | diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0cc359e..3d7c2d5 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_bargraph_example description: Flutter simple example, single value bar graph viewer with indicators -version: 1.1.0 +version: 1.1.1 environment: sdk: ">=2.12.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 7d24b0f..bec5eeb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_bargraph description: Bar Graph Indicator for Flutter. It graphically displays the current value on a bar graph with animation when the value changes. orientation/direction of the bar is castumizable. -version: 1.1.0 +version: 1.1.1 homepage: https://github.com/rickypid/flutter_bargraph repository: https://github.com/rickypid/flutter_bargraph issue_tracker: https://github.com/rickypid/flutter_bargraph/issues