Update README.md

This commit is contained in:
Shubham Soni 2022-01-24 18:36:27 +05:30 committed by GitHub
parent b6edb1416b
commit 58acf05e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.