From 58acf05e51cb6d4776cd2a79257141cf672c4e27 Mon Sep 17 00:00:00 2001 From: Shubham Soni Date: Mon, 24 Jan 2022 18:36:27 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72000e6..e997610 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ and the Flutter guide for [developing packages and plugins](https://flutter.dev/developing-packages). --> - A flutter package that extends default TabBarView to have children with dynamic height. +The default `TabBarView` does not allows to have children with dynamic height. This package tried to solve that by extending default `TabBarView` and make required changes. `AutoScaleTabbarView` allows to have children with dynamic height.