contained_tab_bar_view 0.5.0 contained_tab_bar_view: ^0.5.0 copied to clipboard
Encapsulate TabController, TabBar and TabBarView into a single customizable Widget.
0.5.0 #
- add
outerPadding
option toTabBarProperties
- change
backgroundStack
tobackground
(Container
)
0.4.0 #
- 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 #
- format code with
dartfmt
0.3.1 #
- add
ContainerIndicator
0.3.0 #
- add
tabBarAlignment
andTabBarProperties.backgroundDecoration
options
0.2.0 #
- implement
tabBarProperties
option
0.1.0 #
ContainedTabBarView
can be placed as a chid ofContainer
, without causing overflows.onChange
works