contained_tab_bar_view 0.4.0
contained_tab_bar_view: ^0.4.0 copied to clipboard
ContainedTabBarView encapsulates TabController, TabBar and TabBarView into a single, easy to use Widget.
[0.4.0] - 3.11.2020. #
- expose some
State
methods for switching tabs from outside - enable the usage of
BorderRadius
atContainerIndicator
, instead of justdouble
- move
tabBarPosition
andtabBarAlignment
intoTabBarProperties
- rename
backgroundDecoration
tobackgroundStack
and enhance usage possibilities to arbitraryStack
instead of justBoxDecoration
- implement
TabBarPosition.left
andTabBarPosition.right
[0.3.2] - 1.11.2020. #
- format code with
dartfmt
[0.3.1] - 1.11.2020. #
- add
ContainerIndicator
[0.3.0] - 31.10.2020. #
- add
tabBarAlignment
andTabBarProperties.backgroundDecoration
options
[0.2.0] - 30.10.2020. #
- implement
tabBarProperties
option
[0.1.0] - 30.10.2020. #
ContainedTabBarView
can be placed as a chid ofContainer
, without causing overflows.onChange
works