diff --git a/README.md b/README.md index 717394b..c2d6acd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![pub package](https://img.shields.io/pub/v/flutter_circular_chart.svg)](https://pub.dartlang.org/packages/flutter_circular_chart) + # Flutter Circular Chart A library for creating animated circular chart widgets with Flutter, inspired by [Zero to One with Flutter](https://medium.com/dartlang/zero-to-one-with-flutter-43b13fd7b354). @@ -7,7 +9,7 @@ A library for creating animated circular chart widgets with Flutter, inspired by Create easily animated pie charts and radial charts by providing them with data objects they can plot into charts and animate between. ![animated pie chart](screenshots/animated_pie_chart_example.gif) -![animated radial chart](screenshots/animated_radial_chart_example_.gif) +![animated radial chart](screenshots/animated_radial_chart_example.gif) ![animated_random_radial_chart](screenshots/animated_random_radial_chart_example.gif) Check the examples folder for the source code for the above screenshots. @@ -18,17 +20,9 @@ Check the examples folder for the source code for the above screenshots. - [Details](#details) - [Chart data entries](#chart-data-entries) - ## Installation -__Note:__ This is a WIP early implementation, use at your own risk. You can install it by including this git repository in your package dependencies: - -``` - dependencies: - flutter_circular_chart: - git: - url: git://github.com/xqwzts/flutter_circular_chart.git -``` +Install the latest version [from pub](https://pub.dartlang.org/packages/flutter_circular_chart#-installing-tab-). ## Getting Started diff --git a/pubspec.yaml b/pubspec.yaml index f4338d8..e380df7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_circular_chart description: Animated radial and pie charts for Flutter -version: 0.0.2 +version: 0.0.3 author: Victor Choueiri homepage: https://github.com/xqwzts/flutter_circular_chart diff --git a/screenshots/animated_radial_chart_example_.gif b/screenshots/animated_radial_chart_example_.gif deleted file mode 100644 index abb47d9..0000000 Binary files a/screenshots/animated_radial_chart_example_.gif and /dev/null differ