contained_tab_bar_view 0.8.0 contained_tab_bar_view: ^0.8.0 copied to clipboard
Encapsulates TabController, TabBar and TabBarView into a single customizable Widget.
0.8.0 #
- Breaking (
TabBarProperties
): RenameinnerPadding
topadding
andouterPadding
tomargin
- Migrate to null safety
- Add doc comments
0.7.1 #
- fix calling
onChange
twice when tab is tapped
0.7.0 #
- add
tabBarViewProperties
- add
innerPadding
option totabBarProperties
0.6.0 #
- export
container_tab_indicator
package as a part of this package - leave
ContainerIndicator
for now, but will be removed in the future
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