buttons_tabbar 1.3.1
buttons_tabbar: ^1.3.1 copied to clipboard
A Flutter package that implements a TabBar where each label is a toggle button.
1.3.1 26 July 2021 #
Added onTap
function to TabBar.
1.3.0 25 April 2021 #
Tab Buttons can now be centered.
1.2.2 25 April 2021 #
Added BoxDecoration
to buttons, allowing the use of gradients as background.
1.2.1 28 March 2021 #
Fixed "BoxConstraints forces an infinite width".
1.2.0 16 March 2021 #
Upgrade to support Null Safety and Flutter 2.
1.1.2 03 March 2021 #
Now supports text Directionality.
1.1.1 07 January 2021 #
You can now change the font size of labels and provide a child widget for each Tab.
1.1.0 06 January 2021 #
Tab height can be overriden.
1.0.3 01 January 2021 #
Bug on scrolling animation fixed.
1.0.2+1 30 November 2020 #
Bug when using the DefaultTabController fixed.
1.0.2 30 November 2020 #
Bug when using the DefaultTabController fixed.
1.0.1 21 October 2020 #
Bugs fixed:
animateTo
was not updating the TabBar stateinitialIndex
was not working
1.0.0+1 07 August 2020 #
Added the possibility of adding a border to each button.
0.1.2+1 02 August 2020 #
Fixed a bug - Controller was being called after being disposed.
0.1.1+1 16 May 2020 #
Added the possibility of having tabs with no Icon.
0.1.0+2 24 April 2020 #
Added repository to pubspec.
0.1.0+1 24 April 2020 #
Initial release.