From 3a5538d993db3bdf2c9ab2a7e3ebfa32a2d483c0 Mon Sep 17 00:00:00 2001 From: Shubham Soni Date: Mon, 24 Jan 2022 15:26:02 +0530 Subject: [PATCH] Pubspec changes --- pubspec.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9e92d0d..2c4827c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,9 @@ name: autoscale_tabbarview -description: A new Flutter package project. -version: 0.0.1 -homepage: +description: A simple package which extends default TabbarView to have childreb with dynamic height. +version: 1.0.0 +homepage: https://github.com/shubhamhackz/autoscale_tabbarview +git: https://github.com/shubhamhackz/autoscale_tabbarview +repository: https://github.com/shubhamhackz/autoscale_tabbarview environment: sdk: ">=2.12.0 <3.0.0"