From 573844b0b0f7ca399e71da8551c9c3faef1c72f5 Mon Sep 17 00:00:00 2001 From: Gustavo Rodrigues Date: Mon, 8 Mar 2021 18:32:10 -0500 Subject: [PATCH] refactor --- CHANGELOG.md | 2 ++ README.md | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10cd356..dc46ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.1.2] - 2021-03-08 +* Readme update ## [0.1.1-2] - 2021-03-08 * small improvement ## [0.1.1-0] - 2021-03-08 diff --git a/README.md b/README.md index 1331a6c..933bce9 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ # Flutter Circular Chart This library is a fork of the original [flutter_circular_chart](https://pub.dartlang.org/packages/flutter_circular_chart) -This provides fix and will keep updating based on user PR -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). +This provides fix and will keep updating based on user PR, including help the migration to null-safety. ## Overview -The original package provides the context -[flutter_circular_chart](https://pub.dartlang.org/packages/flutter_circular_chart) +The original package source can be found here: [flutter_circular_chart](https://pub.dartlang.org/packages/flutter_circular_chart) +