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): RenameinnerPaddingtopaddingandouterPaddingtomargin - Migrate to null safety
- Add doc comments
0.7.1 #
- fix calling
onChangetwice when tab is tapped
0.7.0 #
- add
tabBarViewProperties - add
innerPaddingoption totabBarProperties
0.6.0 #
- export
container_tab_indicatorpackage as a part of this package - leave
ContainerIndicatorfor now, but will be removed in the future
0.5.0 #
- add
outerPaddingoption toTabBarProperties - change
backgroundStacktobackground(Container)
0.4.0 #
- expose some
Statemethods for switching tabs from outside - enable the usage of
BorderRadiusatContainerIndicator, instead of justdouble - move
tabBarPositionandtabBarAlignmentintoTabBarProperties - rename
backgroundDecorationtobackgroundStackand enhance usage possibilities to arbitraryStackinstead of justBoxDecoration - implement
TabBarPosition.leftandTabBarPosition.right
0.3.2 #
- format code with
dartfmt
0.3.1 #
- add
ContainerIndicator
0.3.0 #
- add
tabBarAlignmentandTabBarProperties.backgroundDecorationoptions
0.2.0 #
- implement
tabBarPropertiesoption
0.1.0 #
ContainedTabBarViewcan be placed as a chid ofContainer, without causing overflows.onChangeworks