From 002a95b96b426ae04f3bde9913557414213a542c Mon Sep 17 00:00:00 2001 From: Victor Choueiri Date: Fri, 3 Nov 2017 05:23:07 +0200 Subject: [PATCH] Add overview and screenshots to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7d09496..22ef781 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ 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). +## Overview + +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) + +Check the examples folder for the source code for the above screenshots. + ## Installation