From cf25ef620e75cb20d57293028f05abfc7ae0709c Mon Sep 17 00:00:00 2001 From: Ishaan Kakkar Date: Tue, 12 May 2020 18:21:50 +0530 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9c3b84..7d78306 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Collection of useful extensions on Flutter's Widget Kit. A small gist of what this is about -[](art/carbon.png) +![](art/carbon.png) From 3bfc7ec2b79cffaa4db05fe765cfd407706c8b3e Mon Sep 17 00:00:00 2001 From: Ishaan Kakkar Date: Tue, 12 May 2020 18:38:03 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d78306..176a276 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Superpowers for your flutter widgets. Collection of useful extensions on Flutter's Widget Kit. -A small gist of what this is about +# WIP +This is highly experimental and not recommened for anyone to use at the moment. -![](art/carbon.png) +A small preview of what this is about: +![](https://raw.githubusercontent.com/ishaan1995/widgetx/master/art/carbon.png "Concept of Widget Extensions") From 33ca7a2d713abe14e870d5c44cafdf8532c84a77 Mon Sep 17 00:00:00 2001 From: Ishaan Kakkar Date: Tue, 12 May 2020 18:38:21 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 176a276..54c730e 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,6 @@ Collection of useful extensions on Flutter's Widget Kit. # WIP This is highly experimental and not recommened for anyone to use at the moment. +# Preview A small preview of what this is about: ![](https://raw.githubusercontent.com/ishaan1995/widgetx/master/art/carbon.png "Concept of Widget Extensions") From 6068f17010648aedcdc933ef53059f4d2559de7f Mon Sep 17 00:00:00 2001 From: Ishaan Kakkar Date: Tue, 12 May 2020 18:38:45 +0530 Subject: [PATCH 4/5] Update pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 18d1bc7..ce32cc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: widgetx description: A new Flutter package project. -version: 0.0.1 +version: 0.0.2 author: homepage: From e2255be5061a4f62a4953b97961c19511b852efe Mon Sep 17 00:00:00 2001 From: Ishaan Kakkar Date: Tue, 12 May 2020 18:40:57 +0530 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac07159..20713ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ -## [0.0.1] - TODO: Add release date. +## [0.0.2] - 12/05/2020 +* Note: Updated readme and state of the project at the moment. Highly experimental and unstable to use for any project. -* TODO: Describe initial release. +## [0.0.1] - 12/05/2020 + +* Init: First nightly release for widgetx extensions to power your flutter widgets.