Go to file
mzelldev c9d31a2b79 Fix for non-zero initial tab index not sizing children correctly and device orientation change support
This commit fixes two issues:
 - When the tabController.index was initial set to something > 0, the height for the children was not being calculated correctly.
 - When changing the device orientation (portrait/landscape) the height was not being updated.
2024-02-15 09:30:18 -08:00
lib Fix for non-zero initial tab index not sizing children correctly and device orientation change support 2024-02-15 09:30:18 -08:00
.gitignore Initial code 2022-01-24 15:20:31 +05:30
.metadata Initial code 2022-01-24 15:20:31 +05:30
analysis_options.yaml Initial code 2022-01-24 15:20:31 +05:30
CHANGELOG.md version bump 2022-01-24 18:37:53 +05:30
LICENSE Update LICENSE 2022-01-24 18:31:08 +05:30
pubspec.lock Initial code 2022-01-24 15:20:31 +05:30
pubspec.yaml package version bump 2022-01-24 18:39:25 +05:30
README.md Update README.md 2022-01-24 18:36:27 +05:30

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.